I\'ve 2 files a.py and b.py
a.py
from b import * #and then some lines of code
b.py
To confirm @ignacio 's answer you can run python -v
python -v
This will list down all the importing modules and from where they are imported.