This repository has been archived on 2023-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
MirrorTea/mirrortea/repository/__init__.py

6 lines
104 B
Python
Raw Normal View History

2023-01-14 19:03:56 +00:00
from .sqlite_repository import (
2023-01-10 00:48:55 +00:00
SQLiteDatabaseRepository,
)
2023-01-14 19:03:56 +00:00
repository = SQLiteDatabaseRepository