测试验证统一环境

This commit is contained in:
geeker
2026-09-21 06:58:36 +08:00
parent 519e9b180a
commit 33a6ab75da
3 changed files with 20 additions and 47 deletions
+5
View File
@@ -1,3 +1,8 @@
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def main():
print("Hello from student-manage-system!")