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