mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
8 lines
117 B
Python
Executable File
8 lines
117 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
# Make sure our Python 3 software is installed
|
|
|
|
import cv2
|
|
|
|
print(cv2.getBuildInformation())
|