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