Expected behaviour
Since opencv/opencv#23798 , OpenCV should have a typing module available at runtime. It used to be a type-stub-only and was included as part of dev wheels I downloaded last month from GitHub Actions.
Actual behaviour
cv2/typing/__init__.py is missing.
Steps to reproduce
pip install opencv-python-headless==4.8.0.74
- Notice the lack of
cv2.typing
>>> import cv2.typing
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'cv2.typing'

Issue submission checklist
Expected behaviour
Since opencv/opencv#23798 , OpenCV should have a typing module available at runtime. It used to be a type-stub-only and was included as part of dev wheels I downloaded last month from GitHub Actions.
Actual behaviour
cv2/typing/__init__.pyis missing.Steps to reproduce
pip install opencv-python-headless==4.8.0.74cv2.typingIssue submission checklist
opencv-python