zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
44 stars 11 forks source link

Added dataclass MoundVisits, and updated attrs in PlayersDictPerson #176

Closed Mattsface closed 1 year ago

Mattsface commented 1 year ago

Why

MLB updated the GameData class to include MoundVisits #175 #174 #173

What

Created a dataclass called MoundVisits Updated optional attrs for PlayersDictPerson

Tests

PyTest

Risk and impact