Football Data Setup Before first use, check if the CLI is available: If fails (package not found or Python version error), install from GitHub: The package requires Python 3.10+. If your default Python is older, use a specific version: No API keys required. Quick Start Prefer the CLI — it avoids Python import path issues: Python SDK (alternative): Choosing the Season Derive the current year from the system prompt's date (e.g., → current year is 2026). - If the user specifies a season , use it as-is. - If the user says "current", "latest", or doesn't specify : Call to get the active season id.…