Files
MyPOS/app/tenant/staff/routes.py
T
2026-05-06 14:19:07 -04:00

8 lines
150 B
Python

"""
app/tenant/staff/routes.py
Phase 3+ implementation.
"""
from flask import Blueprint
staff_bp = Blueprint("staff", __name__, url_prefix="/staff")