hw_oauth/website/home/__init__.py

5 lines
118 B
Python
Raw Normal View History

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