"""
Web Routes Blueprint for WFIS Platform
"""

from flask import Blueprint

web_routes = Blueprint('web', __name__)

from . import pages