expand models.py to models/

This commit is contained in:
2026-05-16 04:18:12 +08:00
parent bc67f5a579
commit 3307ccf1ee
3 changed files with 18 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
from .base import Base
from .user import User
__all__ = ["Base", "User"]