File: __main__.py

package info (click to toggle)
codespell 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: python: 2,507; makefile: 58; ansic: 11
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
5
6
import sys

from ._codespell import _script_main

if __name__ == "__main__":
    sys.exit(_script_main())