micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from .y import *
|
||||
|
||||
print("x")
|
1
components/language/micropython/tests/import/pkg6/x/y.py
Normal file
1
components/language/micropython/tests/import/pkg6/x/y.py
Normal file
@@ -0,0 +1 @@
|
||||
print("y")
|
Reference in New Issue
Block a user