test.py 58 B

123
  1. from testrunner import main
  2. import sys
  3. main(sys.argv[1:])