mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 15:36:17 +08:00
7 lines
106 B
Python
7 lines
106 B
Python
import sys
|
|
|
|
from ._codespell import _script_main
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(_script_main())
|