summaryrefslogtreecommitdiffstatshomepage
path: root/examples/micropython.py
blob: 091c92deb3dca6ca902e9117b0e306df006208b2 (plain) (blame)
1
2
3
4
5
6
7
8
# micropython module placeholder for CPython

# Dummy function decorators

def nodecor(x):
    return x

byte_code = native = viper = nodecor