Made changes to Getting started with ALwrity and added lot of details on API keys
This commit is contained in:
7
lib/utils/website_analyzer/__init__.py
Normal file
7
lib/utils/website_analyzer/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Website analyzer module for AI-powered website analysis."""
|
||||
|
||||
from .analyzer import analyze_website
|
||||
from .seo_analyzer import analyze_seo
|
||||
from .models import SEOAnalysisResult
|
||||
|
||||
__all__ = ['analyze_seo', 'SEOAnalysisResult', 'analyze_website']
|
||||
Reference in New Issue
Block a user