5 lines
148 B
Python
5 lines
148 B
Python
# Copyright (C) 2018-2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|