login_manager.anonymous_user=AnonymousUser# Flask-Login is told to use the application’s custom anonymous user by setting its class in the login_manager.anonymous_user attribute.
'''
' Flask-Login is told to use the application’s custom anonymous user by setting
' its class in the login_manager.anonymous_user attribute.