break apart the ever-growing owrx/source.py

This commit is contained in:
Jakob Ketterl
2019-12-21 20:58:28 +01:00
parent 5b08dae28d
commit 292fe80acf
20 changed files with 1043 additions and 980 deletions

6
owrx/source/airspyhf.py Normal file
View File

@ -0,0 +1,6 @@
from .airspy import AirspySource
class AirspyhfSource(AirspySource):
def getDriver(self):
return "airspyhf"