LaTex / app.py
YoBatM's picture
Create app.py
d844446 verified
raw
history blame
84 Bytes
from fastapi import FastAPI
app=FastAPI();
@app.get("/")
def test():
return "1";