uhd/mpm/python/usrp_mpm/periph_manager/__init__.py.in
Martin Braun 8815098747 mpm: Harmonize all license header
Now uses SPDX headers everywhere.
2017-12-22 15:05:58 -08:00

13 lines
276 B
Python

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