# retoor import uvicorn from typosaurus_sandbox.app import App uvicorn.run(App, host="127.0.0.1", port=8000, log_level="info")