deerflow2/backend/src/config/__init__.py

4 lines
69 B
Python

from .app_config import get_app_config
__all__ = ["get_app_config"]