File: lit.py

package info (click to toggle)
ispc 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 95,356 kB
  • sloc: cpp: 55,778; python: 6,681; yacc: 3,074; lex: 1,095; ansic: 714; sh: 283; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
#!/usr/bin/env python3

from lit.main import main

if __name__ == '__main__':
    main()