Description
Type hints can be expressed in legacy Python 2 code through a backport of the standard typing module. This package helps developers annotate APIs for static checkers and documentation tools.
It is imported by code and tooling, not used as a separate app. Runtime type safety still depends on application validation.