from pathlib import Path def get_project_root(): ''' Returns the absolute path of the project root folder ''' return Path(__file__).parent