Files
deer-flow/backend/src/config/__init__.py
2026-01-14 07:15:58 +08:00

4 lines
69 B
Python

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