from flask import Blueprint tui_calendar_bp = Blueprint('tui_calendar', __name__, static_folder='static', static_url_path='', url_prefix='/tui')