openwebrx-clone/owrx/source/uhd.py

7 lines
127 B
Python
Raw Normal View History

from .soapy import SoapyConnectorSource
class UhdSource(SoapyConnectorSource):
def getDriver(self):
return "uhd"