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