blob: 0a8630df5237c06c3236514ab7944730e7f0038b [file]
import sys
from ._codespell import _script_main
if __name__ == "__main__":
try:
sys.exit(_script_main())
except KeyboardInterrupt:
pass