class CmdExit: def __init__(self, config): self.config = config def execute(self): self.config["Running"] = False