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