3 lines
101 B
Python
3 lines
101 B
Python
from flask import Blueprint
|
|
publish_bp = Blueprint("publish", __name__, template_folder="templates")
|