from blomst import Blomst rose = Blomst("rose", 20) lilje = Blomst("lilje", 22) rose.skriv_ut_info()