File: mupdfwrap.py

package info (click to toggle)
mupdf 1.25.1%2Bds1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 21,620 kB
  • sloc: ansic: 270,929; python: 20,709; java: 6,916; javascript: 1,865; makefile: 1,130; xml: 550; sh: 430; cpp: 325; cs: 313; awk: 10; sed: 7; lisp: 3
file content (6 lines) | stat: -rwxr-xr-x 99 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#! /usr/bin/env python3

import wrap.__main__

if __name__ == '__main__':
    wrap.__main__.main()