コード例 #1
0
ファイル: CmdInterpreter.py プロジェクト: anthrax3/Jarvis-2
 def do_ask(self, s):
     """Start chating with Jarvis"""
     if six.PY2:
         chat.main(self)
     else:
         print_say("Faeture currently not available in Python 3", self,
                   Fore.RED)
コード例 #2
0
 def do_ask(self, s):
     """Start chating with Jarvis"""
     chat.main(self)