dataclass-wizard
dataclass-wizard copied to clipboard
added load hook for pathlib.Path
sorry for not checking all the boxes with this PR but it's really a simple feature. some disclaimers: since pathlib has added in python 3.4,
- I've tested it only on my 3.8 env
- it's a built in type of python, very useful in configuration files, I don't sure if it should be added to the readme file.
thanks for this! it's grate!
Closes #77