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
"""Vobiz frame serializer (re-exported from pipecat)."""
|
|
|
|
from pipecat.serializers.vobiz import VobizFrameSerializer
|
|
|
|
__all__ = ["VobizFrameSerializer"]
|