
from flask import Blueprint

legal_bp = Blueprint('legal', __name__)

from . import routes
from . import public_routes
