Редактировать __init__.py
This commit is contained in:
7
rag/commands/__init__.py
Normal file
7
rag/commands/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Пакет commands – команды XMPP-ботов (каждая команда — отдельный класс).
|
||||
Команды реализуют пользовательский интерфейс:
|
||||
- info, help, learn, kb, stats, expert, reset, template, create, global_remove.
|
||||
Регистрация команд осуществляется через registry.py.
|
||||
"""
|
||||
Reference in New Issue
Block a user