Co-authored-by: cachho <admin@ch-webdev.com> Co-authored-by: Taranjeet Singh <reachtotj@gmail.com>
6 lines
193 B
Python
6 lines
193 B
Python
from embedchain.bots.poe import PoeBot # noqa: F401
|
|
from embedchain.bots.whatsapp import WhatsAppBot # noqa: F401
|
|
|
|
# TODO: fix discord import
|
|
# from embedchain.bots.discord import DiscordBot
|