# # 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