test.py 77 B

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