Exemple #1
0
 def get_welcome(self):
     """Return the engines welcome message"""
     welcome = Engine.get_welcome(self) + "\n\nRunning as an external engine process with a Tk mainloop\n"
     return welcome
 def get_welcome(self):
     """Return the engines welcome message"""
     welcome = Engine.get_welcome(self) + "\n\nRunning in the interface process\n"
     return welcome