dograh/api/services/smart_turn/__init__.py

4 lines
103 B
Python
Raw Permalink Normal View History

2025-09-09 14:37:32 +05:30
from .websocket_smart_turn import WebSocketSmartTurnAnalyzer
__all__ = ["WebSocketSmartTurnAnalyzer"]