def read()

in senpai.py [0:0]


    def read(self, filename):
        with open(os.path.join(self.path, filename)) as f:
            return f.read()