1 2 3 4
def mpc(self, *args, **kwargs): def command(): return self.mpccmd(*args, **kwargs) return command