blob: 89b3a1ca4b57d8c1131ce0cee046bb7b6e6ce334 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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 *
|