mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
9 lines
175 B
Python
Executable File
9 lines
175 B
Python
Executable File
|
|
from _sls_detector import multiDetectorApi
|
|
|
|
class ExperimentalDetector(multiDetectorApi):
|
|
def __init__(self):
|
|
super().__init__(0)
|
|
self.online = True
|
|
|
|
|