modify the project, everything go under app folder

This commit is contained in:
2026-05-16 20:13:46 +08:00
parent 5be47649e2
commit ceea04299a
10 changed files with 9 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
from .base import Base
from .user import User
__all__ = ["Base", "User"]