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