File size: 103 Bytes
886572e
 
 
 
 
 
1
2
3
4
5
6
7
"""Math Agent FastAPI application package."""

from .main import create_app

__all__ = ["create_app"]