mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 17:02:55 +08:00
15 lines
No EOL
278 B
Python
15 lines
No EOL
278 B
Python
from .types import (
|
|
ReferralLaboratoryType,
|
|
ShipmentType,
|
|
ShipmentEdge,
|
|
ShipmentCursorPage,
|
|
ShippedSampleType
|
|
)
|
|
|
|
shipment_types = [
|
|
ReferralLaboratoryType,
|
|
ShipmentType,
|
|
ShipmentEdge,
|
|
ShipmentCursorPage,
|
|
ShippedSampleType
|
|
] |