mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-17 16:11:20 -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
|