from fastapi import FastAPI app= FastAPI() @app.get("/hello") def hello(): return {"Hi :" "Try again"}