ALwrity + Wordpress + Wix + GSC integration
This commit is contained in:
13
backend/services/integrations/__init__.py
Normal file
13
backend/services/integrations/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
WordPress Integration Package
|
||||
"""
|
||||
|
||||
from .wordpress_service import WordPressService
|
||||
from .wordpress_content import WordPressContentManager
|
||||
from .wordpress_publisher import WordPressPublisher
|
||||
|
||||
__all__ = [
|
||||
'WordPressService',
|
||||
'WordPressContentManager',
|
||||
'WordPressPublisher'
|
||||
]
|
||||
Reference in New Issue
Block a user