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