File size: 141 Bytes
91e0cd4
 
 
 
 
 
1
2
3
4
5
6
class SoundFile:
    def __init__(self, filepath):
        self.filepath = filepath

    def get_filepath(self):
        return self.filepath