Exemplo n.º 1
0
 def introduce(self):
     CoreInvoker.execute(PrintStringCommand('Welcome to Toolkit! A python-based tool-development platform\n\n'))
Exemplo n.º 2
0
 def introduce(self):
     CoreInvoker.execute(
         PrintStringCommand(
             'Welcome to Toolkit! A python-based tool-development platform\n\n'
         ))
Exemplo n.º 3
0
 def run(self, arg):
     CoreInvoker.execute(PrintStringCommand('Testing: ' + arg))
Exemplo n.º 4
0
 def run(self, arg):
     CoreInvoker.execute(PrintStringCommand('Testing: ' + arg))