mirror of
https://github.com/micropython/micropython.git
synced 2026-01-18 09:57:18 +01:00
3 lines
65 B
Python
3 lines
65 B
Python
print("subpkg1.mod1 __name__:", __name__)
|
|
from ..mod2 import foo
|