def shell_commands_list():
    return utils.all_subclasses(ShellCommand)
def commands_list():
    return utils.all_subclasses(Command)