mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
Add get_regular_container func
This commit is contained in:
@@ -25,6 +25,8 @@ class RegularContainer(Container):
|
|||||||
|
|
||||||
|
|
||||||
def get_regular_container(name="container"):
|
def get_regular_container(name="container"):
|
||||||
|
r = RegularContainer(name=name)
|
||||||
|
r.category = "container"
|
||||||
return RegularContainer(name=name)
|
return RegularContainer(name=name)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user