path attribute of module
__path__
list of directories python searches for modules
sys.path
enviromental variable for python packages location
PYTHONPATH
path to module file
__file__
list of attribute names imported via from module import *
__all__
executable directory must contain file
__main__.py