def setUp(self): db.create_all()
def create_all(): if prompt_bool("Are you sure? You will init your database"): db.create_all()