import sys
directory_path = os.path.abspath(os.path.join('../code_shared'))
if directory_path not in sys.path:
    sys.path.append(directory_path)
import params_file as pf
import functions_file as ff