Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/snap/core/17284/usr/lib/python3/dist-packages/pyasn1/codec/ber/
Upload File :
Current File : //proc/thread-self/root/snap/core/17284/usr/lib/python3/dist-packages/pyasn1/codec/ber/eoo.py

from pyasn1.type import base, tag

class EndOfOctets(base.AbstractSimpleAsn1Item):
    defaultValue = 0
    tagSet = tag.initTagSet(
        tag.Tag(tag.tagClassUniversal, tag.tagFormatSimple, 0x00)
        )
endOfOctets = EndOfOctets()