上传文件至「model」 #1
@@ -0,0 +1 @@
|
||||
__author__ = "ck"
|
||||
@@ -0,0 +1 @@
|
||||
__author__ = "ck"
|
||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
from fastapi import FastAPI
|
||||
from api.teaApi import t_router
|
||||
app = FastAPI()
|
||||
|
||||
app.include_router(t_router)
|
||||
@@ -0,0 +1 @@
|
||||
__author__ = "ck"
|
||||
@@ -0,0 +1 @@
|
||||
__author__ = "ck"
|
||||
Reference in New Issue
Block a user