ai-voicebot/voicebot/bots/__init__.py
2025-09-15 13:35:38 -07:00

7 lines
146 B
Python

"""Bots package for discoverable agent modules."""
from . import synthetic_media
from . import whisper
__all__ = ["synthetic_media", "whisper"]