diff options
Diffstat (limited to 'examples/micropython.py')
-rw-r--r-- | examples/micropython.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/micropython.py b/examples/micropython.py index f91da94f41..5b87ba192e 100644 --- a/examples/micropython.py +++ b/examples/micropython.py @@ -2,7 +2,9 @@ # Dummy function decorators + def nodecor(x): return x + bytecode = native = viper = nodecor |