Files
deer-flow/backend/src/config/__init__.py

4 lines
69 B
Python
Raw Normal View History

2026-01-14 07:15:58 +08:00
from .app_config import get_app_config
__all__ = ["get_app_config"]