akindices/app/main/__init__.py
Matthew Dillon b4ab8cbd1e Misc cleanup
2015-09-02 19:08:54 -07:00

7 lines
116 B
Python

from flask import Blueprint
main = Blueprint('main', __name__, template_folder='templates')
from . import views