Spaces:
Sleeping
Sleeping
File size: 119 Bytes
2929135 |
1 2 3 4 5 |
# src/config/__init__.py
from .settings import Settings
from .prompts import PROMPTS
__all__ = ['Settings', 'PROMPTS'] |