mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-04 09:29:28 -04:00
6 lines
97 B
Python
6 lines
97 B
Python
from flask import Blueprint
|
|
|
|
user = Blueprint('user', __name__)
|
|
|
|
from app.user.views import rest
|