def install_mysql(self): if self.args.force or prompt(red(' * Install MySql (y/n)?'), default='y') == 'y': self.common_install_mysql()