from flask import Blueprint videojs_bp = Blueprint('videojs', __name__, static_folder='static', static_url_path='', url_prefix='/videojs')