# -*- coding: utf-8 -*-"""DI-Types==============.. module:: pcapkit.const.hip.diThis module contains the vendor crawler for **DI-Types**,which is automatically generating :class:`pcapkit.const.hip.di.DITypes`."""importsysfrompcapkit.vendor.defaultimportVendor__all__=['DITypes']
[docs]classDITypes(Vendor):"""DI-Types"""#: Value limit checker.FLAG='isinstance(value, int) and 0 <= value <= 15'#: Link to registry.LINK='https://www.iana.org/assignments/hip-parameters/hip-parameters-7.csv'