micropython/tests/import/pkg3/mod2.py

6 wiersze
87 B
Python

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