npkpy/npkpy/npk/XCntMultiContainerList.py
2020-06-13 18:19:32 +02:00

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