micropython/tests/import/pkg3/mod1.py

3 wiersze
53 B
Python

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