Package command_system :: Package implementation :: Module hosts
[hide private]
[frames] | no frames]

Module hosts

source code

The module defines a set of command hosts, which are bound to a different command processors, which are the source of commands.
Classes [hide private]
  ChatCommands
This command host is bound to the command processor which processes commands from a chat.
  PrivateChatCommands
This command host is bound to the command processor which processes commands from a private chat.
  GroupChatCommands
This command host is bound to the command processor which processes commands from a group chat.
Variables [hide private]
  __package__ = 'command_system.implementation'

Imports: CommandHost


Variables Details [hide private]

__package__

Value:
'command_system.implementation'