There is one thing you should probably do EVERY TIME you define a Python 🐍 decorator. And that is: use the `functools.wraps` decorator! Why?
There is one thing you should probably do EVERY TIME you define a Python 🐍 decorator. And that is: use the `functools.wraps` decorator! Why?