def undo(self): result = gtp.undo(self) if self.time_per_move: self.set_time(main_time=0, byo_yomi_time=self.time_per_move, byo_yomi_stones=1) return result
def undo(self): result=gtp.undo(self) if self.time_per_move: self.set_time(main_time=0,byo_yomi_time=self.time_per_move,byo_yomi_stones=1) return result