PaperParser/app/blueprints/api/collections/routes.py

4 lines
160 B
Python
Raw Normal View History

2024-03-07 02:22:53 +10:00
from flask import Blueprint, render_template, request
collections = Blueprint("collections", __name__, url_prefix="/collections", template_folder="templates")