File size: 89 Bytes
cfc0cce
 
 
 
 
1
2
3
4
5
6
import uvicorn
from app.main import app

if __name__ == '__main__':
    uvicorn.run(app)