discordBot/commands/__init__.py

6 lines
107 B
Python

from .pogoda import Pogoda
from .news import News
from .cat import Cat
ALL_COMMANDS = [Pogoda, News, Cat]