"""Google Trends API Toolkit."""

from langchain_community.tools.google_trends.tool import GoogleTrendsQueryRun

__all__ = ["GoogleTrendsQueryRun"]
