def setup_progressbar(self): from progressbar import ProgressBar, Bar, Percentage return ProgressBar(widgets=[Bar(), ' ', Percentage()])