source:
ammosreader/AmmosIFDataBlock.py@
c063328
Last change on this file since c063328 was 1e781ba, checked in by , 3 years ago | |
---|---|
|
|
File size: 167 bytes |
Rev | Line | |
---|---|---|
[1e781ba] | 1 | class AmmosIFDataBlock(): |
2 | ||
3 | def __init__(self, if_datablock_header, if_data): | |
4 | self.if_datablock_header = if_datablock_header | |
5 | self.if_data = if_data |
Note:
See TracBrowser
for help on using the repository browser.