mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-29 16:30:04 +08:00
14 lines
336 B
Python
14 lines
336 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
flask.ext.security
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
Flask-Security is a Flask extension that aims to add quick and simple
|
|
security via Flask-Login, Flask-Principal, Flask-WTF, and passlib.
|
|
|
|
:copyright: (c) 2012 by Matt Wright.
|
|
:license: MIT, see LICENSE for more details.
|
|
"""
|
|
|
|
from .core import *
|