1config BR2_PACKAGE_PYTHON_TYPING
2 bool "python-typing"
3 depends on BR2_PACKAGE_PYTHON
4 help
5 Type Hints for Python. This is a backport of the standard
6 library typing module to Python versions older than 3.5.
78https://docs.python.org/3/library/typing.html9