export class CompDisplay { display; constructor(display: string) { this.display = display; } }