Files
notifications-api/app/template/__init__.py

6 lines
103 B
Python
Raw Normal View History

2016-01-13 11:04:13 +00:00
from flask import Blueprint
template = Blueprint('template', __name__)
from app.template import rest