qark
qark copied to clipboard
Access contents using importlib_resources instead of file paths
QARK has a bad practice of determining running directories based off the current file that the code is based in. We should switch these to use importlib instead.
https://importlib-resources.readthedocs.io/en/latest/