micropython/tests/import/pkg3/mod2.py

7 wiersze
88 B
Python

print("mod2 __name__:", __name__)
print("in mod2")
def foo():
print("mod2.foo()")