diff options
Diffstat (limited to 'examples/external/opencv/webcam_pattern_detection.py')
| -rw-r--r-- | examples/external/opencv/webcam_pattern_detection.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/external/opencv/webcam_pattern_detection.py b/examples/external/opencv/webcam_pattern_detection.py index 0c55a1333..00172410f 100644 --- a/examples/external/opencv/webcam_pattern_detection.py +++ b/examples/external/opencv/webcam_pattern_detection.py @@ -1,5 +1,6 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause +from __future__ import annotations import os import sys |
