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

8 lines
156 B
Python

"""
app/admin/tenants/routes.py
Phase 2 implementation.
"""
from flask import Blueprint
tenants_bp = Blueprint("tenants", __name__, url_prefix="/tenants")