refactor: cleanup and unifying galil classes

This commit is contained in:
2023-11-08 14:01:20 +01:00
parent 89cf412551
commit 981b877038
10 changed files with 242 additions and 532 deletions

View File

@ -14,6 +14,6 @@ if __name__ == "__main__":
"std_daq_client",
"pyepics",
],
extras_require={"dev": ["pytest", "pytest-random-order", "black"]},
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
version=__version__,
)