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

4
app/router/api_router.py Normal file
View File

@@ -0,0 +1,4 @@
from fastapi import APIRouter
router = APIRouter()