from demo4.app import fastapp if __name__=='__main__': import uvicorn uvicorn.run(fastapp, host="0.0.0.0", port=8000)