telegram_bots/bots/modules/__init__.py
2019-11-12 20:13:56 +03:00

5 lines
162 B
Python

from .channel_helper import ChannelHelperBotModuleConfig
from .echo import EchoBotModuleConfig
BOT_MODULES = [EchoBotModuleConfig, ChannelHelperBotModuleConfig]