proxadmin/app/auth/__init__.py

5 lines
85 B
Python
Raw Permalink Normal View History

2017-03-08 13:53:09 -05:00
from flask import Blueprint
auth = Blueprint('auth', __name__)
from . import routes