texttosql_cn / main.py
clarkchan's picture
begin
7baf27c
raw
history blame
95 Bytes
from fastapi import FastAPI
app = FastAPI()
def read_root():
return {"Hello": "World!"}