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

9 lines
189 B
Python

from npkpy.npk.pckRequirementsHeader import PckRequirementsHeader
NPK_MPLS = 19
class XCntMpls(PckRequirementsHeader):
@property
def _regularCntId(self):
return NPK_MPLS