"""Generic messages for tool success or failure.""" CSV_GENERATION_SUCCESS_MESSAGE = 'File Generated Successfully' FETCHING_LABEL_FAILURE_MESSAGE = 'Failed Fetching eligible labels' FETCHING_COUNTRY_FAILURE_MESSAGE = 'Failed getting the country name' TOOL_COMPLETED_MESSAGE = 'Completed'