class SoundFile: def __init__(self, filepath): self.filepath = filepath def get_filepath(self): return self.filepath