예제 #1
0
def shell_commands_list():
    return utils.all_subclasses(ShellCommand)
예제 #2
0
def commands_list():
    return utils.all_subclasses(Command)