ask-the-web-agent / src /utils /__init__.py
debashis2007's picture
Upload folder using huggingface_hub
75bea1c verified
raw
history blame contribute delete
167 Bytes
"""Utility modules for the Ask-the-Web Agent."""
from src.utils.config import settings
from src.utils.logging import get_logger
__all__ = ["settings", "get_logger"]