diff options
author | Michael Vorobiov <mvorobiov@wm.edu> | 2024-11-12 12:08:40 -0500 |
---|---|---|
committer | Michael Vorobiov <mvorobiov@wm.edu> | 2024-11-12 12:08:40 -0500 |
commit | 40ed09a631832e2a9ff6a92f528e93390128f218 (patch) | |
tree | 1d408f66b2d664cd2dfc701739714fd62808d463 /qolab/hardware/vacuum_gauge | |
parent | 1d5cc949c1b765f21ff7589c84422e5b4ebb5b86 (diff) | |
download | qolab-40ed09a631832e2a9ff6a92f528e93390128f218.tar.gz qolab-40ed09a631832e2a9ff6a92f528e93390128f218.zip |
updated init files with new instruments
Diffstat (limited to 'qolab/hardware/vacuum_gauge')
-rw-r--r-- | qolab/hardware/vacuum_gauge/__init__.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qolab/hardware/vacuum_gauge/__init__.py b/qolab/hardware/vacuum_gauge/__init__.py new file mode 100644 index 0000000..1848d53 --- /dev/null +++ b/qolab/hardware/vacuum_gauge/__init__.py @@ -0,0 +1,7 @@ +""" +Provide basic classes to operate vacuum gauge +""" + +from .mks390 import MKS390 + +__all__ = ["MKS390"] |