__main__.py 105 B

1234
  1. # Used in the tests for run_python_module
  2. import sys
  3. print("pkg1.sub.__main__: passed %s" % sys.argv[1])