deerflow2/backend/app/gateway/__init__.py

5 lines
159 B
Python

from .app import app, create_app
from .config import GatewayConfig, get_gateway_config
__all__ = ["app", "create_app", "GatewayConfig", "get_gateway_config"]