Files
fckbot/core/commands/__init__.py
Markov Andrey 39ce9fbc75 Add new file
2026-06-30 08:58:38 +00:00

7 lines
407 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- coding: utf-8 -*-
"""
Пакет commands команды XMPP-ботов (каждая команда — отдельный класс).
Команды реализуют пользовательский интерфейс:
- info, help, learn, kb, stats, expert, reset, template, create, global_remove.
Регистрация команд осуществляется через registry.py.
"""