nfv/nfv/nfv-common/nfv_common/thread/__init__.py

8 lines
226 B
Python
Executable File

#
# Copyright (c) 2015-2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
from nfv_common.thread._thread import Thread # noqa: F401
from nfv_common.thread._thread_worker import ThreadWorker # noqa: F401