コード例 #1
0
def shell_commands_list():
    return utils.all_subclasses(ShellCommand)
コード例 #2
0
def commands_list():
    return utils.all_subclasses(Command)