class AbstractConfigAction(object): def execute(self, **kwargs): raise NotImplementedError