Sign in
cobalt
/
codespell
/
refs/heads/main
/
.
/
codespell_lib
/
__init__.py
blob: 621e36d8de29ff0e7bd0c5dea8d5d38b5f70b974 [
file
] [
log
] [
blame
] [
edit
]
from
.
_codespell
import
_script_main
,
main
from
.
_version
import
__version__
# type: ignore[import-not-found]
__all__
=
[
"__version__"
,
"_script_main"
,
"main"
]