예제 #1
0
파일: Platform.py 프로젝트: ryskov/toolkit
 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
파일: Platform.py 프로젝트: ryskov/toolkit
 def run(self, arg):
     CoreInvoker.execute(PrintStringCommand('Testing: ' + arg))
예제 #4
0
 def run(self, arg):
     CoreInvoker.execute(PrintStringCommand('Testing: ' + arg))