from studentsystem import Studentsystem def main(): systemet = Studentsystem() systemet.lesInfo("emnestudenter.txt") systemet.ordreloekke() main()