mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
10 lines
180 B
Python
10 lines
180 B
Python
#
|
|
# Copyright 2017 Ettus Research, a National Instruments Company
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
"""
|
|
Transport managers
|
|
"""
|
|
|
|
from .xportmgr_udp import XportMgrUDP
|