Sign in
cobalt
/
codespell
/
71e957c0bd4174255bc864f28bfcd7e565667991
/
.
/
codespell_lib
/
__main__.py
blob: ecc82e092babcfbbc96764641ba453c41f2b5f5c [
file
]
import
sys
from
.
_codespell
import
_script_main
if
__name__
==
"__main__"
:
sys
.
exit
(
_script_main
())