Sign in
cobalt
/
codespell
/
193cd7d27cd571f79358af09a8fb8997e54f8fff
/
.
/
codespell_lib
/
__main__.py
blob: 0a8630df5237c06c3236514ab7944730e7f0038b [
file
]
import
sys
from
.
_codespell
import
_script_main
if
__name__
==
"__main__"
:
try
:
sys
.
exit
(
_script_main
())
except
KeyboardInterrupt
:
pass