4 lines
91 B
Python
4 lines
91 B
Python
|
from flask import Blueprint
|
||
|
|
||
|
dpp = Blueprint('dpp', __name__, template_folder='templates')
|