feat: ОК

This commit is contained in:
2026-03-11 21:51:04 +03:00
parent 51326f0fc2
commit f19c7856de
9 changed files with 238 additions and 16 deletions

4
run.py Normal file
View File

@@ -0,0 +1,4 @@
import uvicorn
if __name__ == "__main__":
uvicorn.run("app.main:app", host="127.0.0.1", port=8001, reload=True)