import model if __name__ == '__main__': if input('Are you sure you want to hash all users passwords? (type in "yes" or something else):') == 'yes': model.hash_all_users_passwords() model.cleanup()