mathagent / app /__init__.py
kaushik1064's picture
Add backend FastAPI code
886572e
raw
history blame contribute delete
103 Bytes
"""Math Agent FastAPI application package."""
from .main import create_app
__all__ = ["create_app"]