Files
Liam PettigrewandClaude Opus 4.5 464d049433 init
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 17:06:44 +11:00

11 lines
189 B
Python

"""
Audio utilities package for Fulloch voice assistant.
Contains:
- beep_manager: Manages beep/notification playback
"""
from .beep_manager import BeepManager
__all__ = ["BeepManager"]