package firefighter.model;

public record Position(int row, int column) {

}