Files
Core2forAWS-MicroPython/tests/import/pkg3/mod2.py
T

6 lines
87 B
Python
Raw Normal View History

2014-04-12 17:46:54 +03:00
print("mod2 __name__:", __name__)
print("in mod2")
def foo():
print("mod2.foo()")