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
126 B
Python
Raw Normal View History

2023-01-10 00:48:55 +00:00
from mirrortea.repository.sqlite_repository import (
SQLiteDatabaseRepository,
)
repository = SQLiteDatabaseRepository()