3 lines
79 B
Python
3 lines
79 B
Python
import uvicorn
|
|
import cef_3M
|
|
uvicorn.run("cef_3M:app", port=8001, reload=True)
|