Fraud-Chatbot / src /config /__init__.py
ahmzakif's picture
feat: add new project
fd99b61 verified
raw
history blame contribute delete
103 Bytes
"""Configuration module."""
from src.config.config import settings
__all__ = ["settings"]