import sys import os print(os.path) print(sys.path) import foo print(foo.bar)