1from .voxscribe import (clean_up, get_text_from_MP3, get_text_from_url, 2 get_text_from_WAV) 3 4""" FFMPEG needs to be installed and in your PATH for this module to work. """ 5clean_up(max_age=5)