ALwrity persona system
This commit is contained in:
8
backend/services/persona/__init__.py
Normal file
8
backend/services/persona/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Persona Services Package
|
||||
Contains platform-specific persona generation and analysis services.
|
||||
"""
|
||||
|
||||
from .linkedin.linkedin_persona_service import LinkedInPersonaService
|
||||
|
||||
__all__ = ['LinkedInPersonaService']
|
||||
Reference in New Issue
Block a user