# Classes class Apache(object): def __init__(self, subcommand, *args, **kwargs): if subcommand == "disable": pass