# app/modules/cart/__init__.py """ Cart Module Provides shopping cart functionality for storefronts: - Session-based cart management - Cart item operations (add, update, remove) - Cart total calculations All monetary calculations use integer cents internally for precision. """