micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from pkg import mod
|
||||
|
||||
print(mod.foo())
|
||||
|
||||
import pkg.mod
|
||||
|
||||
print(mod is pkg.mod)
|
Reference in New Issue
Block a user