Initial commit
Dieser Commit ist enthalten in:
25
social_networks/x/__init__.py
Normale Datei
25
social_networks/x/__init__.py
Normale Datei
@ -0,0 +1,25 @@
|
||||
# social_networks/x/__init__.py
|
||||
|
||||
"""
|
||||
X (Twitter) Automatisierungsmodul
|
||||
"""
|
||||
|
||||
from .x_automation import XAutomation
|
||||
from .x_registration import XRegistration
|
||||
from .x_login import XLogin
|
||||
from .x_verification import XVerification
|
||||
from .x_ui_helper import XUIHelper
|
||||
from .x_utils import XUtils
|
||||
from .x_selectors import XSelectors
|
||||
from .x_workflow import XWorkflow
|
||||
|
||||
__all__ = [
|
||||
'XAutomation',
|
||||
'XRegistration',
|
||||
'XLogin',
|
||||
'XVerification',
|
||||
'XUIHelper',
|
||||
'XUtils',
|
||||
'XSelectors',
|
||||
'XWorkflow'
|
||||
]
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren