DocUA's picture
add .env
2929135
raw
history blame
119 Bytes
# src/config/__init__.py
from .settings import Settings
from .prompts import PROMPTS
__all__ = ['Settings', 'PROMPTS']