From e4a30d97392b9c2ab498f2a86b8ecf422eef530b Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Wed, 25 Mar 2026 10:50:19 +0100 Subject: [PATCH] fix: add more camera classes to export list --- ophyd_devices/devices/areadetector/cam.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ophyd_devices/devices/areadetector/cam.py b/ophyd_devices/devices/areadetector/cam.py index e7136d0..0260bf3 100644 --- a/ophyd_devices/devices/areadetector/cam.py +++ b/ophyd_devices/devices/areadetector/cam.py @@ -25,6 +25,8 @@ __all__ = [ "AravisDetectorCam", "PylonDetectorCam", "VimbaDetectorCam", + "SLSDetectorCam", + "ASItpxCam", ]