Skip to content

Instantly share code, notes, and snippets.

@twyle
Created June 2, 2022 13:25
Show Gist options
  • Save twyle/7010e639babdd1f931cb6ba254cf4dfb to your computer and use it in GitHub Desktop.
Save twyle/7010e639babdd1f931cb6ba254cf4dfb to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
"""This module creates the flask extensions that we will use."""
from flask_login import LoginManager
login_manager = LoginManager()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment