mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 23:15:10 +00:00
添加机械臂和移液站
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
class HotelContainer:
|
||||
def __init__(self, rotation: dict, device_config: dict):
|
||||
def __init__(self, rotation: dict, device_config: dict ,**kwargs):
|
||||
self.rotation = rotation
|
||||
self.device_config = device_config
|
||||
self.status = 'idle'
|
||||
|
||||
Reference in New Issue
Block a user