seeing-things/track

Use `pathlib` for paths

Opened this issue · 0 comments

This package uses strings for paths along with os.path.join() to represent paths. Replace all of these with instances of pathlib.Path.