mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
python
This commit is contained in:
5
python/sls_detector/__init__.py
Normal file
5
python/sls_detector/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
from .detector import Detector, DetectorError, free_shared_memory
|
||||
from .eiger import Eiger
|
||||
from .jungfrau import Jungfrau
|
||||
from .jungfrau_ctb import JungfrauCTB
|
||||
from _sls_detector import DetectorApi
|
Reference in New Issue
Block a user