ApplicantPortal/app/applicant/__init__.py
2025-03-12 20:43:26 -06:00

6 lines
125 B
Python

from flask import Blueprint
blueprint = Blueprint('apply', __name__, url_prefix='/apply')
from app.applicant import routes