openwebrx-clone/owrx/source/airspyhf.py

7 lines
137 B
Python
Raw Normal View History

from .soapy import SoapyConnectorSource
class AirspyhfSource(SoapyConnectorSource):
def getDriver(self):
return "airspyhf"