f267d18
1
2
3
4
5
6
7
class SoundFile: def __init__(self, filepath): self.filepath = filepath def get_filepath(self): return self.filepath