mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
6 lines
157 B
Python
6 lines
157 B
Python
|
|
"""Telnyx frame serializer (re-exported from pipecat)."""
|
||
|
|
|
||
|
|
from pipecat.serializers.telnyx import TelnyxFrameSerializer
|
||
|
|
|
||
|
|
__all__ = ["TelnyxFrameSerializer"]
|