Add CoreCustomerShopper to default model for pkg

This commit is contained in:
Lance Edgar 2023-06-10 18:55:05 -05:00
parent bde8200cdf
commit f4384f8b1d

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2021 Lance Edgar
# Copyright © 2010-2023 Lance Edgar
#
# This file is part of Rattail.
#
@ -25,7 +25,7 @@ Database schema extensions for CORE-POS integration
"""
from .stores import CoreStore
from .people import CorePerson, CoreCustomer, CoreMember
from .people import CorePerson, CoreCustomer, CoreCustomerShopper, CoreMember
from .products import (CoreDepartment, CoreSubdepartment,
CoreVendor, CoreProduct, CoreProductCost)