Sign in
cobalt
/
codespell
/
a02b85b2738a1e257c5f3f2c4104c506792f8c68
/
.
/
codespell_lib
/
__init__.py
blob: 4484dbd4feacc2d19437d3719ccc99f94df2c3f9 [
file
]
from
.
_codespell
import
_script_main
,
main
from
.
_version
import
__version__
# type: ignore
__all__
=
[
"_script_main"
,
"main"
,
"__version__"
]