Example #1
0
 def __init__(self, cmd, msg):
     ICommand.__init__(self, cmd)
     self.__message = msg
Example #2
0
 def __init__(self, cmd):
     ICommand.__init__(self, cmd)