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