Artifact 68785788503dc88729dbcd68bb2589cf3aaea61f2c9f32a89e6113b55a347936:


# 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 (__path__=%s)" % __path__)