File: __main__.py

package info (click to toggle)
python-mistletoe 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: python: 5,663; sh: 66; makefile: 40
file content (4 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (2)
1
2
3
4
import sys
from docs import build

build(sys.argv[1:] if len(sys.argv) > 1 else None)