4 lines
77 B
Python
4 lines
77 B
Python
from fastapi import FastAPI
|
|
|
|
app = FastAPI(title='沃林学生管理系统')
|
from fastapi import FastAPI
|
|
|
|
app = FastAPI(title='沃林学生管理系统')
|