Skip to content

Commit

Permalink
#3 Add truthset
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Dec 18, 2023
1 parent 2d22c92 commit 268695f
Show file tree
Hide file tree
Showing 5 changed files with 823 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/senzing_truthset/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from .customers import TRUTHSET_CUSTOMER_RECORDS
from .datasources import TRUTHSET_DATASOURCES
from .references import TRUTHSET_REFERENCE_RECORDS
from .watchlist import TRUTHSET_WATCHLIST_RECORDS

__all__ = [
"TRUTHSET_CUSTOMER_RECORDS",
"TRUTHSET_DATASOURCES",
"TRUTHSET_REFERENCE_RECORDS",
"TRUTHSET_WATCHLIST_RECORDS",
]
Loading

0 comments on commit 268695f

Please sign in to comment.