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

5 lines
125 B
Python
Raw Normal View History

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