mirror of
https://github.com/botlabsDev/npkpy.git
synced 2025-12-10 06:54:37 +01:00
9 lines
189 B
Python
9 lines
189 B
Python
from npkpy.npk.pckRequirementsHeader import PckRequirementsHeader
|
|
|
|
NPK_MPLS = 19
|
|
|
|
|
|
class XCntMpls(PckRequirementsHeader):
|
|
@property
|
|
def _regularCntId(self):
|
|
return NPK_MPLS
|