init dialectic

This commit is contained in:
h z
2026-02-13 16:14:12 +00:00
parent 83c4461d29
commit 5972267d18

1
app.py
View File

@@ -57,3 +57,4 @@ async def root():
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)