3 lines
57 B
Python
3 lines
57 B
Python
def f(self,cmd,*args):
|
|
return [""]
|
|
commands["nop"] = f |
def f(self,cmd,*args):
|
|
return [""]
|
|
commands["nop"] = f |