Paul Sokolovsky
11 years ago
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
# micropython module placeholder for CPython |
|||
|
|||
# Dummy function decorators |
|||
|
|||
def nodecor(x): |
|||
return x |
|||
|
|||
byte_code = native = viper = nodecor |
Loading…
Reference in new issue