mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
meeting consent vibe
This commit is contained in:
@@ -1 +1,7 @@
|
||||
from .base import Storage # noqa
|
||||
|
||||
def get_storage() -> Storage:
|
||||
from reflector.settings import settings
|
||||
return Storage.get_instance(
|
||||
name=settings.TRANSCRIPT_STORAGE_BACKEND,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user