Files

4 lines
77 B
Python
Raw Permalink Normal View History

2026-09-24 15:04:46 +08:00
from fastapi import FastAPI
app = FastAPI(title='沃林学生管理系统')