dograh/api/services/telephony/providers/vonage/serializers.py

6 lines
157 B
Python
Raw Permalink Normal View History

"""Vonage frame serializer (re-exported from pipecat)."""
from pipecat.serializers.vonage import VonageFrameSerializer
__all__ = ["VonageFrameSerializer"]