Skip to content

Commit da9abcc

Browse files
CopilotCataldir
andcommitted
feat(#91): implement TruthStoreAdapter and truth data models
Co-authored-by: Cataldir <29005497+Cataldir@users.noreply.github.com>
1 parent 6e535db commit da9abcc

7 files changed

Lines changed: 1586 additions & 0 deletions

File tree

lib/src/holiday_peak_lib/adapters/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
MockPricingAdapter,
1414
MockProductAdapter,
1515
)
16+
from holiday_peak_lib.adapters.truth_store import TruthStoreAdapter
1617

1718
__all__ = [
1819
"AcpCatalogMapper",
@@ -28,4 +29,5 @@
2829
"MockLogisticsAdapter",
2930
"MockPricingAdapter",
3031
"MockProductAdapter",
32+
"TruthStoreAdapter",
3133
]

0 commit comments

Comments
 (0)