4 lines
64 B
Python
4 lines
64 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint("review", __name__)
|
from flask import Blueprint
|
|
|
|
bp = Blueprint("review", __name__)
|