Clean up directory structure and remove redundant files

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