micropython/tests/import/import2a.py

6 lines
82 B
Python

from import1b import var
print(var)
from import1b import var as var2
print(var2)