Description
Adds experimental typing helpers used by programs checked with mypy. It helps developers express type-system features that are not yet available or stable in Python's standard typing module.
This package affects static analysis, not runtime behavior. Developers should expect compatibility changes as typing features evolve.