I hate paths

just spent like 3 hours trying to get my run_game,py script to work 
the problem is your working directory is Windows/system32 not the path of the location of your script so I could load an of my assets

I had to use pathlib to get the path of my assets folder and then load my sprites from there