def from_config(cls, config):
     return Team([Player.from_config(config) for i in range(config["team_size"])])