PokeAPI/ditto

Use pathlib wherever appropriate

sargunv opened this issue · 2 comments

Replace all raw path manipulation with pathlib to avoid future platform compatibility issues.

The clone module is the only one left to fix.

Resolved with 2adb913