Kaballas commited on
Commit
ba43a31
·
1 Parent(s): e0d9674
Files changed (1) hide show
  1. main.py +0 -8
main.py DELETED
@@ -1,8 +0,0 @@
1
- from fastapi import FastAPI
2
-
3
- app = FastAPI()
4
-
5
- @app.get("/")
6
- def greet_json():
7
- return {"Hello": "World!"}
8
-