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