d7322bf 4fc93b8 d7322bf
1
2
3
4
5
6
import uvicorn from app import app if __name__ == "__main__": uvicorn.run(app, host="127.0.0.1", port=8000)