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