diff options
Diffstat (limited to 'sources/pyside-tools/qml.py')
-rw-r--r-- | sources/pyside-tools/qml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside-tools/qml.py b/sources/pyside-tools/qml.py index 5d029f93d..a42fdf6e8 100644 --- a/sources/pyside-tools/qml.py +++ b/sources/pyside-tools/qml.py @@ -1,5 +1,6 @@ # Copyright (C) 2018 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +from __future__ import annotations """pyside6-qml tool implementation. This tool mimics the capabilities of qml runtime utility for python and enables quick protyping with python modules""" |