It is only been 3 months in the current company and I have got one task on modifying a few pythons scripts that have been running on the hosting servers, used for some monitoring checks.
The scripts were created by a previous employee. On some scripts, I can see he used some custom modules to import on the main file. The main file is actually located under /usr/local/bin so can call directly with its name.
The import part is:
from extrautil import *
I am not sure where extrautil exists. Is there a way to trace it?.