kallewesterling / defoe

MIT License
1 stars 1 forks source link

Choose whether to use `os.path` or `pathlib.Path` #2

Open kallewesterling opened 2 years ago

kallewesterling commented 2 years ago

Currently, the script/queries use both. I think, go with pathlib is a better idea. It is the modern way (since Python 3.4) and since we're already asking for 3.7+ here, there's no reason to stick with the os library.