ScoDoc/app/views/__init__.py

9 lines
147 B
Python
Raw Normal View History

2021-05-29 18:22:51 +02:00
# -*- coding: UTF-8 -*
"""ScoDoc Flask views
"""
from flask import Blueprint
notes_bp = Blueprint("notes", __name__)
from app.views import notes