class Player: type = 'human' # This method returns the move to be made def doMove(self): return 0