Sebari-chan-Room-v3-FastAPI / Sebari-chan is online
BoxzDev's picture
Create Sebari-chan is online
b4ad547 verified
raw
history blame
126 Bytes
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
async def root():
return {"message": "Sebari-chan is online"}