Большие изменения с добавленем Alembic

This commit is contained in:
2024-07-31 22:56:31 +09:00
parent a2a400fff3
commit 7c70f82a21
19 changed files with 528 additions and 39 deletions

View 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