mirror of
https://github.com/micropython/micropython.git
synced 2026-01-13 15:37:19 +01:00
6 lines
87 B
Python
6 lines
87 B
Python
print("mod2 __name__:", __name__)
|
|
print("in mod2")
|
|
|
|
def foo():
|
|
print("mod2.foo()")
|