From 40ed09a631832e2a9ff6a92f528e93390128f218 Mon Sep 17 00:00:00 2001 From: Michael Vorobiov Date: Tue, 12 Nov 2024 12:08:40 -0500 Subject: updated init files with new instruments --- qolab/hardware/vacuum_gauge/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qolab/hardware/vacuum_gauge/__init__.py (limited to 'qolab/hardware/vacuum_gauge') 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"] -- cgit v1.2.3