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

3 wiersze
65 B
Python

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