File size: 84 Bytes
d844446
 
 
 
 
1
2
3
4
5
from fastapi import FastAPI
app=FastAPI();
@app.get("/")
def test():
    return "1";