3 lines
97 B
Python
3 lines
97 B
Python
from flask import Blueprint
|
|
board_bp = Blueprint("board", __name__, template_folder="templates")
|