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