config di lifespan

This commit is contained in:
2024-03-31 21:20:36 +03:00
parent c809f14fdc
commit 7eaa082b41
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from .base import Base
from .user import UserModel
__all__ = (
"Base",
"UserModel",
)