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