circuitpython/tests/import/pkg3/subpkg1/mod1.py

3 lines
65 B
Python
Raw Normal View History

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