Example #1
0
 def initCommands(self):
     self.commands.append(ClearListCommand())
     val = self.commands.append(ShowItemsCommand())
     return val
Example #2
0
 def initCommands(self):
     self.commands.append(RemoveItemCommand())
     val = self.commands.append(ShowItemsCommand())
     return val
Example #3
0
 def initCommands(self):
     val = self.commands.append(ShowItemsCommand())
     # print("##########################################")
     # print(val)
     # print("##########################################")
     return val