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

# Dummy function decorators


def nodecor(x):
    return x


bytecode = native = viper = nodecor