AI Researcher and Video Studio implementation complete
This commit is contained in:
9
backend/services/research/trends/__init__.py
Normal file
9
backend/services/research/trends/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Google Trends Research Service
|
||||
|
||||
Provides Google Trends data integration for the Research Engine.
|
||||
"""
|
||||
|
||||
from .google_trends_service import GoogleTrendsService
|
||||
|
||||
__all__ = ['GoogleTrendsService']
|
||||
Reference in New Issue
Block a user