- First real commit.

This commit is contained in:
Wim Pomp
2021-06-17 15:24:50 +02:00
parent b6e816e099
commit b91190ffd5
5 changed files with 434 additions and 1 deletions

6
bin/tiffexplore Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from tiffexplore import main
if __name__ == '__main__':
main()