def __init__()

in cassette/player.py [0:0]


    def __init__(self, path, file_format='', config=None):
        self.library = CassetteLibrary.create_new_cassette_library(
            path, file_format, config)