blob: 36d429ad9348e287782efea8f1e4d77bb1ef4e17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Copyright 2017 Ettus Research, National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0
#
"""
Transport managers
"""
from .xportmgr_udp import XportMgrUDP
from .xportmgr_liberio import XportMgrLiberio
|