10 lines
196 B
Python
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']
|