def get_playing(self): return diplomacy.Player(freeciv.func.get_playing())
def get_player_with_id(self, id): return diplomacy.Player(freeciv.func.player_by_number(id))