from laby import Laby from random import shuffle from pnmbild import PNMBild from zelle import Zelle from wegaufbild import wegAufBild bild = PNMBild("herz.pnm") laby = Laby(bild.breite, bild.hoehe) laby.importBild(bild) print(laby) laby.clearMarks() weg = wegAufBild(laby)