def FromJSON(cls, season_file, standings_file, simulations, experiments): return cls(Season.FromJSON(season_file), Standings.FromJSON(standings_file), simulations, experiments)
def FromJSON(cls, season_file, standings_file): return cls(Season.FromJSON(season_file), Standings.FromJSON(standings_file))