hw_oauth/website/auth/__init__.py

5 lines
118 B
Python
Raw Normal View History

2020-07-06 13:35:20 +00:00
from flask import Blueprint
auth = Blueprint('auth', __name__, template_folder='templates')
from . import routes