7 lines
127 B
Python
7 lines
127 B
Python
|
from .soapy import SoapyConnectorSource
|
||
|
|
||
|
|
||
|
class UhdSource(SoapyConnectorSource):
|
||
|
def getDriver(self):
|
||
|
return "uhd"
|