Changeset 083cf10 in ammosreader for scripts/iqdw_reader.py


Ignore:
Timestamp:
05/14/23 18:22:31 (2 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
df4d123
Parents:
1804972
Message:

use poetry for package definition

File:
1 moved

Legend:

Unmodified
Added
Removed
  • scripts/iqdw_reader.py

    r1804972 r083cf10  
    33from ammosreader.AmmosIFReader import AmmosIFReader
    44
    5 if __name__ == '__main__':
    6 
     5def main():
    76    if len(sys.argv) != 2:
    87        sys.exit()
Note: See TracChangeset for help on using the changeset viewer.