11 lines
143 B
Python
Raw Normal View History

2025-02-27 17:59:18 +08:00
# micropython module placeholder for CPython
# Dummy function decorators
def nodecor(x):
return x
bytecode = native = viper = nodecor