Rughalt / D35E

3.5e SRD implementation for Foundry VTT.
https://legaciesofthedragon.com
GNU General Public License v3.0
37 stars 30 forks source link

Refactor packtool.py #861

Open elfosardo opened 2 years ago

elfosardo commented 2 years ago

This patch does some base refactoring on packtool.py Add a shebang for safe direct call of the script Re-order the imports on top Add main() function Move functions out of main Add choices to action arg Add proper system exit call