uhd/mpm/python/usrp_mpm/periph_manager/__init__.py.in

18 lines
453 B
Python
Raw Normal View History

2017-03-22 02:46:50 +00:00
#
# Copyright 2017 Ettus Research, a National Instruments Company
2017-03-22 02:46:50 +00:00
#
# SPDX-License-Identifier: GPL-3.0-or-later
2017-03-22 02:46:50 +00:00
#
"""
periph_manager __init__.py
"""
__version__ = "${MPM_VERSION_MAJOR}.${MPM_VERSION_API}.${MPM_VERSION_ABI}.${MPM_VERSION_PATCH}"
__githash__ = "${MPM_GIT_HASH_RAW}"
__mpm_device__ = "${MPM_DEVICE}"
from .base import PeriphManagerBase
2017-03-22 02:46:50 +00:00
# This is where the import magic happens
from .${MPM_DEVICE} import ${MPM_DEVICE} as periph_manager