Duplicated from templates/fastapi-uvicorn
1930951 40e6e86 1930951 40e6e86
1
2
3
4
5
6
7
import subprocess import os app_file = "app.py" app_full_path = os.path.join(os.path.dirname(__file__), app_file) subprocess.run(app_full_path, shell=True)