Files
taiji-AI-PAD/services/mcp-server/app/__init__.py
T
2025-12-24 11:03:53 +00:00

6 lines
109 B
Python

"""Application factory for the MCP server."""
from .application import create_app
__all__ = ["create_app"]