Split core commands into its own (broken) class.

This commit is contained in:
Emmanuel Gil Peyrot 2016-06-12 13:34:42 +01:00
parent 815cd46be9
commit 37cd7d1924

View file

@ -30,6 +30,10 @@ from decorators import command_args_parser
from . structs import Command, POSSIBLE_SHOW
class CommandCore:
def __init__(self, core):
self.core = core
@command_args_parser.quoted(0, 1)
def command_help(self, args):
"""