summaryrefslogtreecommitdiffstatshomepage
path: root/examples/micropython.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/micropython.py')
-rw-r--r--examples/micropython.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/micropython.py b/examples/micropython.py
new file mode 100644
index 0000000000..091c92deb3
--- /dev/null
+++ b/examples/micropython.py
@@ -0,0 +1,8 @@
+# micropython module placeholder for CPython
+
+# Dummy function decorators
+
+def nodecor(x):
+ return x
+
+byte_code = native = viper = nodecor