and, well. It went on from there.
I'm going to post some code now.
from collections.abc import Generator
from contextlib import contextmanager, suppress
from dataclasses import dataclass
import click
import requests
from beartype.typing import Any, ...