re-structure code

This commit is contained in:
MingxuanGame
2025-07-23 18:25:04 +08:00
parent 7b5a50493a
commit 52a8bd2c76
8 changed files with 271 additions and 251 deletions

5
app/router/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from __future__ import annotations
from . import me # pyright: ignore[reportUnusedImport] # noqa: F401
from .api_router import router as api_router
from .auth import router as auth_router