first commit

This commit is contained in:
2026-04-04 21:30:35 +07:00
commit d66041fa31
24 changed files with 503 additions and 0 deletions

3
app/models/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from app.models.user import User
__all__ = ("User",)