7 lines
146 B
Python
7 lines
146 B
Python
"""Bots package for discoverable agent modules."""
|
|
|
|
from . import synthetic_media
|
|
from . import whisper
|
|
|
|
__all__ = ["synthetic_media", "whisper"]
|