Esempio n. 1
0
def team_from_players(player_id1, player_id2):
    team = Team.find_team(player_id1, player_id2)
    return team_schema.jsonify(team)