package io.gitlab.jfronny.compareimage import java.nio.file.Path data class PickerOption(val file: Path, var score: Int = 0)