Last updated 2 years ago
from fastapi import FastAPI app = FastAPI() @app.get('/') async def root(): return {