config di lifespan
This commit is contained in:
7
api/infrastructure/persistence/models/__init__.py
Normal file
7
api/infrastructure/persistence/models/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .base import Base
|
||||
from .user import UserModel
|
||||
|
||||
__all__ = (
|
||||
"Base",
|
||||
"UserModel",
|
||||
)
|
Reference in New Issue
Block a user