Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rearranging how main() works (ned14#73)
- Instead of duplicating the code in main() and the __main__ condition this uses only main() - main() now takes a list as input (the argv list) - main() returns the exit code instead of calling sys.exit()
- Loading branch information