Changeset 7bc034f in ammosreader for scripts/pdw_reader.py
- Timestamp:
- 08/14/23 13:59:36 (22 months ago)
- Branches:
- guix
- Children:
- 6da9b03
- Parents:
- 0b489f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/pdw_reader.py
r0b489f2 r7bc034f 24 24 current_pdw = PDW.from_bytes(current_bytes) 25 25 print(current_pdw) 26 27 if __name__ == '__main__': 28 main()
Note:
See TracChangeset
for help on using the changeset viewer.