""" t3ENTP.py Provides a class representing an entrypoint block in a t3 image file. """ import struct from t3Block import * class ENTP_Block(Block): """ The entrypoint block. An image file must have one and only one such block. """ name = "Entrypoint Block" def __init__(self, datastream, image, attribs): Block.__init__(self, datastream, image, attribs) self.read_block() def read_block(self): """Reads the data included in the block.""" offset, mh, et, dlt, dth, dtsrh, drvn = struct.unpack("