BoxzDev commited on
Commit
dc4be1e
·
verified ·
1 Parent(s): b4ad547

Delete Sebari-chan is online

Browse files
Files changed (1) hide show
  1. Sebari-chan is online +0 -7
Sebari-chan is online DELETED
@@ -1,7 +0,0 @@
1
- from fastapi import FastAPI
2
-
3
- app = FastAPI()
4
-
5
- @app.get("/")
6
- async def root():
7
- return {"message": "Sebari-chan is online"}