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

# Dummy function decorators

def nodecor(x):
    return x

bytecode = native = viper = nodecor