mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-24 14:11:17 +00:00
@@ -22,6 +22,11 @@ class RegularContainer(Container):
|
||||
|
||||
def load_state(self, state: Dict[str, Any]):
|
||||
self.state = state
|
||||
|
||||
|
||||
def get_regular_container(name="container"):
|
||||
return RegularContainer(name=name)
|
||||
|
||||
#
|
||||
# class RegularContainer(object):
|
||||
# # 第一个参数必须是id传入
|
||||
|
||||
Reference in New Issue
Block a user