From 39ce9fbc759153c6a73e0ef50e4e771e072add12 Mon Sep 17 00:00:00 2001 From: Markov Andrey Date: Tue, 30 Jun 2026 08:58:38 +0000 Subject: [PATCH] Add new file --- core/commands/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/commands/__init__.py 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