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

3 lines
53 B
Python
Raw Normal View History

2014-04-12 17:46:54 +03:00
print("mod1 __name__:", __name__)
from . import mod2