- Established the `njcaa` python package.
- Added `get_njcaa_baseball_teams()`, a function that allows one to retrive a list of NJCAA baseball teams from a specific season, and a specific NJCAA baseball division.
- Added `get_all_njcaa_baseball_teams()`, a function that allows one to retrive a list of NJCAA baseball teams from a specific season, regardless of division.
- Added `get_njcaa_baseball_roster()`, a function that allows one to retrive the roster for a valid NJCAA Baseball team from a valid NJCAA season.