1# Copyright (c) 2025 Nordic Semiconductor ASA
2#
3# SPDX-License-Identifier: Apache-2.0
4
5import os
6import sys
7from pathlib import Path
8
9ZEPHYR_BASE = os.getenv("ZEPHYR_BASE", str(Path(__file__).parents[3]))
10
11sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts/pylib/twister"))
12sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts"))
13