mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 17:02:55 +08:00
27 lines
596 B
Python
27 lines
596 B
Python
from .types import (
|
|
InstrumentTypeType,
|
|
InstrumentTypeEdge,
|
|
InstrumentTypeCursorPage,
|
|
InstrumentType,
|
|
InstrumentEdge,
|
|
InstrumentCursorPage,
|
|
InstrumentCalibrationType,
|
|
CalibrationCertificateType,
|
|
MethodType,
|
|
MethodEdge,
|
|
MethodCursorPage,
|
|
)
|
|
|
|
instrument_types = [
|
|
InstrumentTypeType,
|
|
InstrumentTypeEdge,
|
|
InstrumentTypeCursorPage,
|
|
InstrumentType,
|
|
InstrumentEdge,
|
|
InstrumentCursorPage,
|
|
InstrumentCalibrationType,
|
|
CalibrationCertificateType,
|
|
MethodType,
|
|
MethodEdge,
|
|
MethodCursorPage,
|
|
]
|