3 lines
65 B
Python
3 lines
65 B
Python
print("subpkg1.mod1 __name__:", __name__)
|
|
from ..mod2 import foo
|
print("subpkg1.mod1 __name__:", __name__)
|
|
from ..mod2 import foo
|