from turPlanlegger import Turplanlegger def main(): turplaner = Turplanlegger("hytter.txt", "turer.txt") turplaner.finnTurer(7, 7000, 5) main()