diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-05 12:28:20 +0000 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2023-03-05 12:28:20 +0000 |
commit | 071ecbd57ed29b61bc351ba4d72ae4a6c93db351 (patch) | |
tree | e4ed5a2e66fe8d1eddf1a665483037854f557d5b /airspyhf/airspyhf.py | |
download | pyairspyhf-071ecbd57ed29b61bc351ba4d72ae4a6c93db351.tar.gz pyairspyhf-071ecbd57ed29b61bc351ba4d72ae4a6c93db351.zip |
Initial working commit
Diffstat (limited to 'airspyhf/airspyhf.py')
-rw-r--r-- | airspyhf/airspyhf.py | 5 |
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 |