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