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