micropython: add micropython component
This commit is contained in:
7
components/language/micropython/tests/import/import2a.py
Normal file
7
components/language/micropython/tests/import/import2a.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from import1b import var
|
||||
|
||||
print(var)
|
||||
|
||||
from import1b import var as var2
|
||||
|
||||
print(var2)
|
Reference in New Issue
Block a user