ALwrity Version 0.5.1 (Fastapi + React)
This commit is contained in:
6
ToBeMigrated/utils/website_analyzer/__init__.py
Normal file
6
ToBeMigrated/utils/website_analyzer/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Website analyzer module for AI-powered website analysis."""
|
||||
|
||||
from .analyzer import analyze_website, WebsiteAnalyzer
|
||||
from .models import SEOAnalysisResult
|
||||
|
||||
__all__ = ['analyze_website', 'WebsiteAnalyzer', 'SEOAnalysisResult']
|
||||
Reference in New Issue
Block a user