1# Copyright (C) 2022 Intel Corporation. 2# 3# SPDX-License-Identifier: BSD-3-Clause 4# 5 6# The __init__.py for packaging. 7import sys, os 8sys.path.append(os.path.dirname(os.path.realpath(__file__))) 9