Ejemplo n.º 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
Ejemplo n.º 2
0
 def get_welcome(self):
     """Return the engines welcome message"""
     welcome = Engine.get_welcome(self) + "\n\nRunning in the interface process\n"
     return welcome