CMDs = ["push", "pop"] def push(self, operand): pass def pop(self, operand): pass