export interface Opponent {
    rating: number;
    rd: number;
}
