Files
2026-09-24 15:04:46 +08:00

4 lines
77 B
Python

from fastapi import FastAPI
app = FastAPI(title='沃林学生管理系统')