micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
try:
|
||||
slice
|
||||
print("slice")
|
||||
except NameError:
|
||||
print("no")
|
Reference in New Issue
Block a user