micropython: add micropython component
This commit is contained in:
5
components/language/micropython/tests/import/import1b.py
Normal file
5
components/language/micropython/tests/import/import1b.py
Normal file
@@ -0,0 +1,5 @@
|
||||
var = 123
|
||||
|
||||
|
||||
def throw():
|
||||
raise ValueError
|
Reference in New Issue
Block a user