From 5c47be5b0468c13db868548dccfdf1af50813b0c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 14 Nov 2018 23:23:25 -0800 Subject: initial work on metadata harvest bots --- python/fatcat_tools/harvest/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/fatcat_tools/harvest/__init__.py (limited to 'python/fatcat_tools/harvest/__init__.py') diff --git a/python/fatcat_tools/harvest/__init__.py b/python/fatcat_tools/harvest/__init__.py new file mode 100644 index 00000000..85034f04 --- /dev/null +++ b/python/fatcat_tools/harvest/__init__.py @@ -0,0 +1,2 @@ + +from .crossrefish import HarvestCrossrefWorker -- cgit v1.2.3