diff --git a/core/commands/__init__.py b/core/commands/__init__.py new file mode 100644 index 0000000..04e859d --- /dev/null +++ b/core/commands/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +""" +Пакет commands – команды XMPP-ботов (каждая команда — отдельный класс). +Команды реализуют пользовательский интерфейс: +- info, help, learn, kb, stats, expert, reset, template, create, global_remove. +Регистрация команд осуществляется через registry.py. +""" \ No newline at end of file