1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #22651 from mshabunin:script-doc

ts: basic documentation for utility scripts
This commit is contained in:
Maksim Shabunin
2022-10-20 14:11:02 +03:00
committed by GitHub
parent e309a06b47
commit c0a84dcc85
14 changed files with 223 additions and 3 deletions
+3
View File
@@ -1,4 +1,7 @@
#!/usr/bin/env python
""" Utility package for run.py
"""
from __future__ import print_function
import xml.etree.ElementTree as ET
from glob import glob