from flask import Blueprint routes = Blueprint('routes', __name__) from .dashboard import * from ._matches import * from ._convenor import *