Add get_regular_container func

This commit is contained in:
Xuwznln
2025-11-27 13:47:12 +08:00
parent ed8ee29732
commit d390236318

View File

@@ -25,6 +25,8 @@ class RegularContainer(Container):
def get_regular_container(name="container"):
r = RegularContainer(name=name)
r.category = "container"
return RegularContainer(name=name)
#