mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
8 lines
116 B
Python
Executable File
8 lines
116 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
# Make sure our Python 2 software is installed
|
|
|
|
import cv2
|
|
|
|
print(cv2.getBuildInformation())
|