mirror of
https://github.com/botlabsDev/npkpy.git
synced 2026-01-27 22:57:16 +01:00
9 lines
234 B
Python
9 lines
234 B
Python
from npkpy.npk.pckRequirementsHeader import PckRequirementsHeader
|
|
|
|
NPK_MULTICONTAINER_LIST = 20
|
|
|
|
|
|
class XCnt_MultiContainerList(PckRequirementsHeader):
|
|
@property
|
|
def _regularCntId(self):
|
|
return NPK_MULTICONTAINER_LIST
|