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