test.py 80 B

1234
  1. #!/usr/bin/env python
  2. from testrunner import main
  3. import sys
  4. main(sys.argv[1:])