An Implementation of Annotated Types
The typing module includes the mysterious-looking Annotated type hint. See https://docs.python.org/3/library/typing.html#typing.Annotated for details.
What does this do?
The Annotated type hint lets us append "details" to a …