File: Boa.pyw

package info (click to toggle)
boa-constructor 0.3.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,188 kB
  • ctags: 8,857
  • sloc: python: 54,163; sh: 66; makefile: 36
file content (5 lines) | stat: -rw-r--r-- 50 bytes parent folder | download | duplicates (6)
1
2
3
4
5
import sys

import Boa

Boa.main(sys.argv[1:])