aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/harvest/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-14 23:23:25 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-14 23:23:25 -0800
commit5c47be5b0468c13db868548dccfdf1af50813b0c (patch)
treee1e9c8f5f2cab464f9b0c9cf09a329f3c6c6a270 /python/fatcat_tools/harvest/__init__.py
parentef50d665b31a8cb1b0ddc38671b3334b0fa6fc14 (diff)
downloadfatcat-5c47be5b0468c13db868548dccfdf1af50813b0c.tar.gz
fatcat-5c47be5b0468c13db868548dccfdf1af50813b0c.zip
initial work on metadata harvest bots
Diffstat (limited to 'python/fatcat_tools/harvest/__init__.py')
-rw-r--r--python/fatcat_tools/harvest/__init__.py2
1 files changed, 2 insertions, 0 deletions
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