forked from Rockachopa/Timmy-time-dashboard
6 lines
192 B
Python
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"]
|