in utils.py [0:0]
def fetch_allowed_labels(): with open("allowed_labels.txt") as file: return [line.strip('\n') for line in file.readlines()]