Files
codespell/codespell_lib/__main__.py
Eric Larson 2657d752e6 ENH: Multiline help (#1559)
* ENH: Multiline help

* STY: Use %(default)r

* DOC: Document rationale
2020-06-12 19:24:39 -04:00

5 lines
84 B
Python

from ._codespell import _script_main
if __name__ == '__main__':
_script_main()