feat: add fs-backend service

This commit is contained in:
tao.chen
2026-07-29 10:07:13 +08:00
parent 59a1b5e4d4
commit a4e4e5b0db
12 changed files with 915 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
"""
包初始化文件
"""
from app.core.config import settings
from app.routers.fs import router as fs_router
__all__ = ["settings", "fs_router"]