alwrity chatbot assistant, content scheduler, and content repurposing
This commit is contained in:
15
lib/integrations/platform_adapters/__init__.py
Normal file
15
lib/integrations/platform_adapters/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
Platform adapters for content publishing and management.
|
||||
"""
|
||||
|
||||
from .base import PlatformAdapter
|
||||
from .manager import PlatformManager
|
||||
from .twitter import TwitterAdapter
|
||||
from .unified import UnifiedPlatformAdapter
|
||||
|
||||
__all__ = [
|
||||
'PlatformAdapter',
|
||||
'PlatformManager',
|
||||
'TwitterAdapter',
|
||||
'UnifiedPlatformAdapter'
|
||||
]
|
||||
Reference in New Issue
Block a user