zcash-grant-system/backend/grant/comment/views.py

5 lines
103 B
Python

from flask import Blueprint
blueprint = Blueprint("comment", __name__, url_prefix="/api/v1/comment")