"""
Linkup Search API module.
"""
from litellm.llms.linkup.search.transformation import LinkupSearchConfig

__all__ = ["LinkupSearchConfig"]

