0c591a7
1
2
3
4
5
6
7
8
9
""" API module for Instant SWOT Agent. Provides FastAPI backend for React frontend. """ from src.api.app import app __all__ = ["app"]