8 lines
89 B
Python
Raw Normal View History

2024-12-12 15:32:56 +01:00
from flask import Blueprint
bp = Blueprint('results', __name__)
2024-12-12 15:26:01 +01:00
from . import routes