ai-pokemon-card / start.py
Ron Au
refactor(FastAPI): Flask -> FastAPI
c6fcf99
raw history blame
No virus
66 Bytes
import subprocess
subprocess.run("uvicorn app:app", shell=True)