from Hus import Hus def main(): hus1 = Hus(2, "Trimveien 6") # hus1.legg_til_rom() # Blir kalt i konstrukt?ren hus1.hus_info() main()