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