Большие изменения с добавленем Alembic
This commit is contained in:
7
backend-app/core/models/__init__.py
Normal file
7
backend-app/core/models/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
__all__ = (
|
||||
"db_helper",
|
||||
"Base"
|
||||
)
|
||||
from .db_helper import db_helper
|
||||
from .base import Base
|
||||
from repo.models import LoginModel, UserModel
|
Reference in New Issue
Block a user