HyperFlow / app.py
Gaurav711's picture
deploy: revert to 733e96b
d491dc1
Raw
History Blame Contribute Delete
179 Bytes
# Proxy entry point for the HyperFlow Operations API Gateway
# Directly imports and exposes the FastAPI app from the scaffolded backend structure
from backend.api.main import app