"""
DuckDuckGo Search API module.
"""
from litellm.llms.duckduckgo.search.transformation import DuckDuckGoSearchConfig

__all__ = ["DuckDuckGoSearchConfig"]
