mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
10 lines
382 B
Python
10 lines
382 B
Python
|
|
|
|
def register():
|
|
# noinspection PyUnresolvedReferences
|
|
from unilabos.devices.liquid_handling.prcxi.prcxi import PRCXI9300Deck
|
|
# noinspection PyUnresolvedReferences
|
|
from unilabos.devices.liquid_handling.prcxi.prcxi import PRCXI9300Container
|
|
# noinspection PyUnresolvedReferences
|
|
from unilabos.devices.workstation.workstation_base import WorkStationContainer
|