aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools/deploy_lib/__init__.py
blob: 2ba281d784db448d236de3615e6c6c2d778918f7 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 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

MAJOR_VERSION = 6

from .commands import run_command
from .nuitka_helper import Nuitka
from .config import Config
from .python_helper import PythonExecutable