This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-01/mockenv/lib/python3.6/site-packages/cv2/misc/version.py
2022-07-22 16:13:59 +05:30

6 lines
90 B
Python

import cv2
def get_ocv_version():
return getattr(cv2, "__version__", "unavailable")