コード例 #1
0
ファイル: application.py プロジェクト: rackadone/shell-assist
 def do_go(self, arg):
     go = Go(self, arg)
     go.execute()