上传文件至「model」 #1

Merged
wolin_ck666_999 merged 5 commits from ck into main 2026-09-22 13:10:39 +08:00
6 changed files with 9 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
__author__ = "ck"
+1
View File
@@ -0,0 +1 @@
__author__ = "ck"
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)
+1
View File
@@ -0,0 +1 @@
__author__ = "ck"
+1
View File
@@ -0,0 +1 @@
__author__ = "ck"