5 lines
92 B
TypeScript

/* Copyright (C) 2024 Manuel Bustillo*/
export class Affinities {
[key:string]: number;
}