mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 00:11:16 -05:00
6 lines
103 B
Python
6 lines
103 B
Python
|
|
from flask import Blueprint
|
||
|
|
|
||
|
|
template = Blueprint('template', __name__)
|
||
|
|
|
||
|
|
from app.template import rest
|