File size: 98 Bytes
eb3e391
 
 
 
1
2
3
4
import uvicorn

def main():
    uvicorn.run("server:app", host="0.0.0.0", port=8000, reload=True)