File size: 216 Bytes
e37abe2
7530111
 
2800109
 
 
1
2
3
4
5
6
import subprocess
import uvicorn
import asyncio

subprocess.run("loop = asyncio.get_event_loop()", shell=True)
subprocess.run("loop.run_until_complete(uvicorn modules.app:app --host 0.0.0.0 --port 8000)", shell=True)