From ccc4b4c4ecdd035b97f521024132264cda248dae Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Tue, 21 May 2024 08:30:06 +0100 Subject: [PATCH] add datasets file --- splink/datasets.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 splink/datasets.py diff --git a/splink/datasets.py b/splink/datasets.py new file mode 100644 index 0000000000..51af03e26a --- /dev/null +++ b/splink/datasets.py @@ -0,0 +1,3 @@ +from splink.internals.datasets import splink_dataset_labels, splink_datasets + +__all__ = ["splink_datasets", "splink_dataset_labels"]