pygambit.catalog.load# pygambit.catalog.load(slug: str) → Game# Load a game from the package catalog. Parameters: slug (str) – The slug of the game to load. Returns: The loaded game. Return type: gbt.Game Raises: FileNotFoundError – If the game does not exist in the catalog.