3 lines
99 B
Python
3 lines
99 B
Python
from flask import Blueprint
|
|
quotes_bp = Blueprint("quotes", __name__, template_folder="templates")
|