Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't run main() as a side effect of the import.
This adds an import-time guard to ensure that `main()` isn't run twice when command is run through the install-time shim. Opted to leave this script in nav.bin, since it has pre-main setup that isn't in the imported module.
- Loading branch information