Ejemplo n.º 1
0
def shell_commands_list():
    return utils.all_subclasses(ShellCommand)
Ejemplo n.º 2
0
def commands_list():
    return utils.all_subclasses(Command)