Untitled
Anonymous
plain_text
03/14/2025 6:33 PM
232 B
17
Indexable
app = AsyncApp(__name__)
app.add_api("openapi.yaml", arguments={"title": "Async APP API"})
if __name__ == "__main__":
uvicorn.run(app, host="127.0.0.1", port=8000)
Editor is loading...
Leave a Comment