5 lines
98 B
Python
5 lines
98 B
Python
global commands
|
|
commands["nop"] = {}
|
|
def f(self,cmd):
|
|
return [""]
|
|
commands["nop"]["function"] = f |