File size: 109 Bytes
a314390
 
 
1
2
3
4
if __name__ == '__main__':
    import uvicorn
    uvicorn.run('src.app.main:app', host='0.0.0.0', port=8000)