-
Notifications
You must be signed in to change notification settings - Fork 224
Team Class Basketball
Christian Wendt edited this page Oct 24, 2023
·
7 revisions
Check out Player Class!
team_id: int
team_abbrev: str
team_name: str
division_id: str
division_name: str
wins: int
losses: int
ties: int
owner: str
standing: int # standing before playoffs
final_standing: int # final standing at end of season
logo_url: str
roster: List[Player]
schedule: List[Matchup]