9 lines
194 B
Python
9 lines
194 B
Python
|
# Copyright (C) 2022 Intel Corporation.
|
||
|
#
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
#
|
||
|
|
||
|
# The __init__.py for packaging.
|
||
|
import sys, os
|
||
|
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|