blob: ecdcfd5a2fc9a5092d5f697d9b815b658e40a065 [file] [log] [blame]
"""
SimExR API - FastAPI application for simulation execution and reasoning.
This module provides REST APIs for:
- Simulation execution and batch processing
- Reasoning agent interactions
- Database operations and results management
- System health and testing
"""
from .main import app
__all__ = ["app"]