All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 40s
Product routes lazily import current_cart_identity from cart.services. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
165 B
Python
5 lines
165 B
Python
# Re-export from canonical shared location
|
|
from shared.cart_identity import CartIdentity, current_cart_identity
|
|
|
|
__all__ = ["CartIdentity", "current_cart_identity"]
|