Aye I know it from Python as decorators ``` @log ...
# random
j
Aye I know it from Python as decorators
Copy code
@log 
def add(x, y): return x + y