We could add new decorators: ``` py @category("filesystem") @help("Returns the absolute path") @register("abspath") @typed(T_PATH, T_PATH) def abspath(inp): ... ```
We could add new decorators: