mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-15 23:21:41 -05: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
|