mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -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
|