6 lines
163 B
Python
6 lines
163 B
Python
|
|
"""Chatwoot browser automation scenarios."""
|
||
|
|
|
||
|
|
from app.playwright_scenarios.chatwoot.initial_setup import ChatwootInitialSetup
|
||
|
|
|
||
|
|
__all__ = ["ChatwootInitialSetup"]
|