| # SPDX-license-identifier: Apache-2.0 | |
| # Copyright 2012-2021 The Meson development team | |
| # Copyright © 2021-2023 Intel Corporation | |
| # pylint: skip-file | |
| """Helper functions and classes.""" | |
| import os | |
| from .utils.core import * | |
| from .utils.vsenv import * | |
| from .utils.universal import * | |
| from .utils.platform import * |