PythonExtra/tests/import/pkg3/mod1.py

3 lines
53 B
Python

print("mod1 __name__:", __name__)
from . import mod2