Team Manager
The TeamManager in src/managers/team.py is responsible for loading team data into the database.
Key Features
- It inherits from
BaseManager. - It uses the
fetch_teamsfunction fromfetcher.pyand theMERGE_TEAMSquery fromsrc/queries/team.py.
Methods
load_teams(): Loads all NBA teams into the database.