File size: 90 Bytes
b0985e0
 
 
 
1
2
3
4
from fastapi import FastAPI
app=FastAPI()
@app.get('/')
def root(): return {'status':'ok'}