def setup()

in basic_pitch/data/datasets/medleydb_pitch.py [0:0]


    def setup(self) -> None:
        import apache_beam as beam
        import mirdata

        self.medleydb_pitch_remote = mirdata.initialize("medleydb_pitch", data_home=self.source)
        self.filesystem = beam.io.filesystems.FileSystems()  # TODO: replace with fsspec
        if self.download:
            self.medleydb_pitch_remote.download()