1
0
This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/src/integrations/mumble/__init__.py

6 lines
192 B
Python

"""Mumble voice bridge — bidirectional audio between Alexander and Timmy."""
from integrations.mumble.bridge import MumbleBridge, mumble_bridge
__all__ = ["MumbleBridge", "mumble_bridge"]