deerflow2/backend/src/config/__init__.py

5 lines
125 B
Python

from .app_config import get_app_config
from .skills_config import SkillsConfig
__all__ = ["get_app_config", "SkillsConfig"]