diff options
Diffstat (limited to 'examples/micropython.py')
| -rw-r--r-- | examples/micropython.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/micropython.py b/examples/micropython.py deleted file mode 100644 index f91da94f4..000000000 --- a/examples/micropython.py +++ /dev/null @@ -1,8 +0,0 @@ -# micropython module placeholder for CPython - -# Dummy function decorators - -def nodecor(x): - return x - -bytecode = native = viper = nodecor |
