Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This includes replacing `from sys import exit` with `import sys` and then using `sys.exit()` instead. Ruff complains about `exit` shadowing a built-in.
- Loading branch information