aboutsummaryrefslogtreecommitdiffstats
path: root/airspyhf/airspyhf.py
diff options
context:
space:
mode:
Diffstat (limited to 'airspyhf/airspyhf.py')
-rw-r--r--airspyhf/airspyhf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/airspyhf/airspyhf.py b/airspyhf/airspyhf.py
new file mode 100644
index 0000000..e13fada
--- /dev/null
+++ b/airspyhf/airspyhf.py
@@ -0,0 +1,5 @@
+from .libairspyhf import libairspyhf
+
+class AirSpyHF:
+ def __init__(self):
+ pass \ No newline at end of file