FWIW, you can also add type annotations for namedtuples, with a syntax similar to data classes:
https://docs.python.org/3/library/typing.html#typing.NamedTu...You can even type dictionaries this way: https://docs.python.org/3/library/typing.html#typing.TypedDi...