class Parser(object): #def __int__(self): # pass def bin_ich_zu_sehen(self,file): f = open(file, "r") print(f) print("Ja")