in utils.py [0:0]
def read_yaml(file_path): with open(file_path, 'r') as file: content = yaml.safe_load(file) return content