2024-12-12 15:32:56 +01:00

8 lines
89 B
Python

from flask import Blueprint
bp = Blueprint('results', __name__)
from . import routes