__main__.py 101 B

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