mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-18 00:21:16 -05:00
6 lines
106 B
Python
6 lines
106 B
Python
from flask import Blueprint
|
|
|
|
service = Blueprint('service', __name__)
|
|
|
|
from app.service.views import rest
|