# -*- coding: utf-8 -*-
"""
Example additional blueprint.
:copyright: (c) 2012 by Roman Semirook.
:license: BSD, see LICENSE for more details.
"""
from flask.templating import render_template
from flask.views import MethodView
from info import info
info.add_url_rule('', view_func=HelpPageView.as_view('help'))