from farge import Farge blaa = Bygg("bl?") en_blaa_til = Bygg("bl?") roed = Bygg("r?d") print(blaa == roed) print(blaa == en_blaa_til)