File: lint

package info (click to toggle)
python-html5rdf 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,448 kB
  • sloc: python: 12,794; makefile: 3
file content (6 lines) | stat: -rwxr-xr-x 87 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python3
import sys

import lint_lib.lint as lint

sys.exit(lint.main())