refacto: move ReadingRepository where it logically belongs
This commit is contained in:
parent
aa72971627
commit
017092040d
4 changed files with 26 additions and 21 deletions
4
server/app/adapters/postgres/__init__.py
Normal file
4
server/app/adapters/postgres/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from .reading_repository import PgReadingQueryRepository, PgReadingRepository
|
||||
from .device_repository import PgDeviceRepository
|
||||
|
||||
__all__ = ["PgReadingQueryRepository", "PgDeviceRepository", "PgReadingRepository"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue