TGDRIVE / start_main.py
dragxd's picture
Initial commit
e1a2a92
raw
history blame contribute delete
50 Bytes
import os
os.system("uvicorn main:app --reload")