Files
ALwrity/backend/services/research/trends/__init__.py

10 lines
196 B
Python

"""
Google Trends Research Service
Provides Google Trends data integration for the Research Engine.
"""
from .google_trends_service import GoogleTrendsService
__all__ = ['GoogleTrendsService']