ai-voicebot/voicebot/bots/__init__.py

7 lines
146 B
Python

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