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