Hi Guys,
I have one python script. In that file I tried to import the below module.
from toolkit.interface import interface
But I got this below error.
Traceback (most recent call last):
File "menu.py", line 18, in ?
from toolkit.interface import interface
ImportError: No module named toolkit.interface