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

3 wiersze
65 B
Python
Czysty Zwykły widok Historia

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