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

8 lines
166 B
Python

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