diff --git a/mobilizon_reshare/storage/db.py b/mobilizon_reshare/storage/db.py index 5d13d8e..853cf27 100644 --- a/mobilizon_reshare/storage/db.py +++ b/mobilizon_reshare/storage/db.py @@ -41,6 +41,9 @@ def get_tortoise_orm(): } +TORTOISE_ORM = get_tortoise_orm() + + class MoReDB: def __init__(self, path: Path): self.path = path