test.py 81 B

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