def logout(): logout_user() return UserController.logout()
def logout(): return UserController.logout()