micropython/tests/basics/pkg3/mod1.py
2014-04-12 18:25:17 +03:00

3 lines
53 B
Python

print("mod1 __name__:", __name__)
from . import mod2