# app/modules/checkout/models/__init__.py """ Checkout module models. Note: The checkout module uses models from other modules: - Cart model from cart module - Order model from orders module - Customer model from customers module This file exists for consistency with the module structure. """