import { PiecePromotionModalComponent } from 'ngx-chess-board';

export class PiecePromotionFacade {

    open(modal: PiecePromotionModalComponent): void {

    }

}
