kandi1clickkits commited on
Commit
aafbd27
·
1 Parent(s): ad90944
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,4 +1,4 @@
1
- from fastapi import fastapi
2
  app = FastAPI()
3
 
4
  @app.get("/hello")
 
1
+ from fastapi import FastAPI
2
  app = FastAPI()
3
 
4
  @app.get("/hello")