dograh/api/services/telephony/providers/telnyx/serializers.py
Abhishek e16f6438bd
feat: refactor telephony to support multiple telephony configurations (#251)
Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
2026-04-29 11:39:57 +05:30

5 lines
157 B
Python

"""Telnyx frame serializer (re-exported from pipecat)."""
from pipecat.serializers.telnyx import TelnyxFrameSerializer
__all__ = ["TelnyxFrameSerializer"]