petermatts / CarStats

This project aims to compile a list of key statistics across all common car models and brands, for ease of comparison for a user.
2 stars 0 forks source link

Path abstraction for all scripts #77

Closed petermatts closed 4 days ago

petermatts commented 2 weeks ago

Abstract the paths specified in each script so that they are not as hard coded using pathlib as Path(__file__).parent / <whatever path>

petermatts commented 4 days ago

For all intents and purposes this is done, but some scripts may have been missed.