vn6295337's picture
Initial commit: Instant SWOT Agent
0c591a7
"""
API module for Instant SWOT Agent.
Provides FastAPI backend for React frontend.
"""
from src.api.app import app
__all__ = ["app"]