remove unnecessary main.py.bak

This commit is contained in:
MyAgent
2026-05-22 06:48:06 +00:00
parent 65caa1e9b5
commit 91e78f40fc
-7
View File
@@ -1,7 +0,0 @@
from fastapi import FastAPI
app = FastAPI()
@app.get('/')
def read_root():
return {'Hello': 'World'}