from bokhylle import Bokhylle def hovedprogram(): bokhylle = Bokhylle() bokhylle.leggTilBok("Harry Potter", "J.K. Rowling", 1998) bok = Bok("Harry Potter 2", "Fake J.K. Rowling", 2021) print(bok) # uten en '__str__()' metode: Bok78xzz