# src/config/__init__.py from .settings import Settings from .prompts import PROMPTS __all__ = ['Settings', 'PROMPTS']