mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
5 lines
157 B
Python
5 lines
157 B
Python
"""Vonage frame serializer (re-exported from pipecat)."""
|
|
|
|
from pipecat.serializers.vonage import VonageFrameSerializer
|
|
|
|
__all__ = ["VonageFrameSerializer"]
|