WAC/auth/__init__.py

5 lines
62 B
Python
Raw Permalink Normal View History

from flask_login import LoginManager
login = LoginManager()