mod1.py 65 B

12
  1. print("subpkg1.mod1 __name__:", __name__)
  2. from ..mod2 import foo