inworld: commented out contents as per Pipecat guidance that this pattern is being retired

This commit is contained in:
padillamt
2025-07-21 10:52:55 -07:00
parent 4250aa6616
commit aadd088b50

View File

@@ -4,10 +4,10 @@
# SPDX-License-Identifier: BSD 2-Clause License # SPDX-License-Identifier: BSD 2-Clause License
# #
import sys # import sys
from pipecat.services import DeprecatedModuleProxy # from pipecat.services import DeprecatedModuleProxy
from .tts import * # from .tts import *
sys.modules[__name__] = DeprecatedModuleProxy(globals(), "inworld", "inworld.tts") # sys.modules[__name__] = DeprecatedModuleProxy(globals(), "inworld", "inworld.tts")