from . import data_juicer_wrapper, datamate_wrapper WRAPPERS = { "data_juicer": data_juicer_wrapper, "datamate": datamate_wrapper }