mirror of
https://github.com/codespell-project/codespell.git
synced 2025-08-24 18:33:58 +08:00
5 lines
162 B
Python
5 lines
162 B
Python
from ._codespell import _script_main, main
|
|
from ._version import __version__ # type: ignore[import-not-found]
|
|
|
|
__all__ = ["__version__", "_script_main", "main"]
|