import sys # from pkg.a_module import func_from_a # from pkg import func_from_a for p in sys.path: print(p) a = 100 # func_from_a()