Example #1
0
 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)
Example #2
0
 def do_ask(self, s):
     """Start chating with Jarvis"""
     chat.main(self)