new api service and logic implemented
This commit is contained in:
6
Services/PostgresDb/__init__.py
Normal file
6
Services/PostgresDb/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from Services.PostgresDb.Models.mixins import CrudCollection, BaseCollection
|
||||
|
||||
__all__ = [
|
||||
"CrudCollection",
|
||||
"BaseCollection",
|
||||
]
|
||||
Reference in New Issue
Block a user