Season Manager
The SeasonManager in src/managers/season.py is responsible for loading the game schedule for a given season into the database.
Key Features
- It inherits from
BaseManager. - It uses the
fetch_schedulefunction fromfetcher.pyand theMERGE_SEASONquery fromsrc/queries/season.py.
Methods
load_games(season_id): Loads the game schedule for a given season.