Skip to content

Commit 4663d6b

Browse files
Nat-is-codingrickwierengaCopilot
authored
Synergy H1 backend (#757)
Co-authored-by: Rick Wierenga <rick_wierenga@icloud.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 09518b8 commit 4663d6b

File tree

9 files changed

+803
-601
lines changed

9 files changed

+803
-601
lines changed

pylabrobot/plate_reading/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
from .biotek_backend import Cytation5Backend, Cytation5ImagingConfig
1+
from .agilent_biotek_backend import BioTekPlateReaderBackend
2+
from .agilent_biotek_cytation_backend import (
3+
Cytation5Backend,
4+
Cytation5ImagingConfig,
5+
CytationBackend,
6+
CytationImagingConfig,
7+
)
8+
from .agilent_biotek_synergyh1_backend import SynergyH1Backend
29
from .chatterbox import PlateReaderChatterboxBackend
310
from .clario_star_backend import CLARIOstarBackend
411
from .image_reader import ImageReader

0 commit comments

Comments
 (0)