Untitled
unknown
plain_text
a year ago
172 B
9
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