File test/.pyz.d/inner.py artifact 1741139225 part of check-in d5d59c76fd


# type: pyz
# category: complex
# title: pyz module
# desription: lookup within zipped packages/apps
# config:
#   { name: relation, type: bool, val: 1, description: none }
# state: alpha
#
# doc here


import os.path
__path__ = [os.path.dirname(__file__)]

print("inner module invoked")