If I have /home/doriad/Scripts/Python/
and inside I have a bunch of folders, ie Geometry, Math, Other, etc that each contain scripts (.py files), is there a way I can just add /home/doriad/Scripts/Python to PYTHONPATH and then somehow
from Geometry/Spherical import *
rather than having to add every subdirectory to the PYTHONPATH explicitly?
Thanks,
Dave