import os BASE_DIR = os.path.dirname(os.path.abspath(__file__)) # Define the path to your Excel file EXCEL_FILE_PATH = os.path.join(BASE_DIR, 'code_list_network.csv') # Define the connection codes as constants CONNECTION_CODE_1 = 'CONNECTION_CODE_1' CONNECTION_CODE_2 = 'CONNECTION_CODE_2'