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