-
Notifications
You must be signed in to change notification settings - Fork 200
Team Class Basketball
Christian Wendt edited this page Oct 26, 2023
·
6 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
owners: List[str] # array of owner ids
standing: int # standing before playoffs
final_standing: int # final standing at end of season
logo_url: str
roster: List[Player]
schedule: List[Matchup]