filipeclduarte commited on
Commit
8b86960
·
1 Parent(s): 09bf370

Delete app.py

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