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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
65 B
Python
Raw Normal View History

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