completely not pants related, but does anyone know if it's possible to make a python library that runs code on startup without needing to be imported? I am thinking of something that runs some code during install to add a sitecustomize (or a pth file? I don't know what these are yet), but my knowledge of python packaging/bootstrap is not super strong