3 lines
66 B
Python
3 lines
66 B
Python
from flask import Blueprint
|
|
|
|
page_bp = Blueprint('page', __name__) |
from flask import Blueprint
|
|
|
|
page_bp = Blueprint('page', __name__) |