File size: 87 Bytes
973182c
 
 
 
4834b21
 
 
1
2
3
4
5
6
7
from fastapi import FastAPI

app = FastAPI()

@app.get("/")
def root():
    return "oi"