File test/.pyz.d/__init__.py artifact 0a20c0b402 part of check-in 8b8e58b0e7
# type: init """ set up loading mechanism? """ import os.path __path__ = [os.path.dirname(__file__)]
# type: init """ set up loading mechanism? """ import os.path __path__ = [os.path.dirname(__file__)]