from studentsystem import Studentsystem def main(): a = Studentsystem() a.les_fil("emnestudenter") a.ordrelokke() main()