import uvicorn from .reconcile_env.main import app def run(): uvicorn.run(app, host="0.0.0.0", port=7860) if __name__ == "__main__": run()