mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-22 22:21:06 -04:00
6 lines
103 B
Python
6 lines
103 B
Python
from flask import Blueprint
|
|
|
|
template = Blueprint('template', __name__)
|
|
|
|
from app.template import rest
|