paths_append module# paths_append.py# Append __file__ path to sys.path to enable import. sys.path.append(os.path.dirname(__file__))