2 lines
61 B
Python
2 lines
61 B
Python
from flask import Blueprint
|
|
bp = Blueprint("cc_v1", __name__) |
from flask import Blueprint
|
|
bp = Blueprint("cc_v1", __name__) |