# -*- coding: UTF-8 -* """ScoDoc Flask views """ from flask import Blueprint notes_bp = Blueprint("notes", __name__) from app.views import notes