# # Copyright 2008,2009 Free Software Foundation, Inc. # # SPDX-License-Identifier: GPL-3.0-or-later # # The presence of this file turns this directory into a Python package ''' This is the GNU Radio DIGITALHF module. Place your Python package description here (python/__init__.py). ''' from __future__ import unicode_literals # import swig generated symbols into the digitalhf namespace try: # this might fail if the module is python-only from .digitalhf_swig import * except ImportError: pass # import any pure python here # # from .physical_layer_driver import physical_layer_driver from .msg_proxy import msg_proxy from .cis_12_channelizer import cis_12_channelizer