micropython/tests/import/import2a.py

8 wiersze
84 B
Python

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