Spaces:
Sleeping
Sleeping
| """ | |
| API module for Instant SWOT Agent. | |
| Provides FastAPI backend for React frontend. | |
| """ | |
| from src.api.app import app | |
| __all__ = ["app"] | |