File size: 167 Bytes
75bea1c
 
 
 
 
 
1
2
3
4
5
6
7
"""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"]