mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-02 15:36:55 -04:00
6 lines
98 B
Python
6 lines
98 B
Python
from flask import Blueprint
|
|
|
|
main = Blueprint('main', __name__)
|
|
|
|
from app.main.views import index
|