上传文件至「model」 #1

Merged
wolin_ck666_999 merged 5 commits from ck into main 2026-09-22 13:10:39 +08:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 83b1caade9 - Show all commits
BIN
View File
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
from fastapi import FastAPI
from api.teaApi import t_router
app = FastAPI()
app.include_router(t_router)