Moibe's picture
Fastapizado in record time!
1473494
raw
history blame
107 Bytes
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def hello():
return {"Status":"Deployed"}