in senpai.py [0:0]
def readlines(self, filename): with open(os.path.join(self.path, filename)) as f: return f.readlines()