File size: 120 Bytes
6e8003f
 
 
 
1
2
3
4
5
import uvicorn

if __name__ == "__main__":
    uvicorn.run(f"app.app:app", host="0.0.0.0", port=8000, log_level="info")