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

8 lines
229 B
Python
Executable File

#
# Copyright (c) 2015-2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
from nfv_common.tcp._tcp_connection import TCPConnection # noqa: F401
from nfv_common.tcp._tcp_server import TCPServer # noqa: F401