Default-value symbols `DECORATED`, `WRAPPED`, `F_ARGS` and `F_KWARGS` now have a nicer representation. Fixes [7](https://github.com/smarie/python-decopatch/issues/7).
When a symbol is used in a signature where it can not be safely injected as keyword argument, an `InvalidSignatureError` is now raised. Fixes [6](https://github.com/smarie/python-decopatch/issues/6).