Astro-Session-Watcher/utils/__init__.py

4 lines
88 B
Python
Raw Normal View History

2026-05-07 17:15:56 +03:00
# Utils package
from utils.sound_manager import SoundManager
__all__ = ['SoundManager']