I recently reinstalled the tool, but was not able to make it work.
I was getting a "No module named 'lib.util'" when trying to run it

I was able to fix it by changing the cli.py line 23 to from .lib import util, however I'm not sure if this is the correct way to go

I recently reinstalled the tool, but was not able to make it work.
I was getting a "No module named 'lib.util'" when trying to run it
I was able to fix it by changing the cli.py line 23 to from .lib import util, however I'm not sure if this is the correct way to go