Sport
All
Summary
On League initialization look into adding a single call to the get_player_card endpoint with all the playerIds on Teams roster. This will create the Player class that can then be passed to Team class and will have the expanded stats for all the players.
Move the player_info into base league so that it will be inherited by all sports. Possibly look at adding player news as well for all Team rosters. This would be an added api call in the player_info functionality.