uhd/mpm/python/usrp_mpm/periph_manager/__init__.py.in
Martin Braun e9288a439c mpm: Update all license headers
- Fix typo in company name (missing 'a')
- Updated SPDX license identifier to version 3.0
2018-02-19 16:55:08 -08:00

13 lines
287 B
Python

#
# Copyright 2017 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
"""
periph_manager __init__.py
"""
from .base import PeriphManagerBase
# This is where the import magic happens
from .${MPM_DEVICE} import ${MPM_DEVICE} as periph_manager