break apart the ever-growing owrx/source.py
This commit is contained in:
6
owrx/source/airspyhf.py
Normal file
6
owrx/source/airspyhf.py
Normal file
@ -0,0 +1,6 @@
|
||||
from .airspy import AirspySource
|
||||
|
||||
|
||||
class AirspyhfSource(AirspySource):
|
||||
def getDriver(self):
|
||||
return "airspyhf"
|
Reference in New Issue
Block a user