mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-01 11:58:34 -04: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
|