Module "imp" has been removed in python 3.12 in favour of [importlib](https://docs.python.org/3.9/library/importlib.html#module-importlib) ``` ModuleNotFoundError: No module named 'imp' ``` If you're okay with it I can take a look
Module "imp" has been removed in python 3.12 in favour of importlib
If you're okay with it I can take a look