diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-14 23:23:25 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-14 23:23:25 -0800 |
commit | 5c47be5b0468c13db868548dccfdf1af50813b0c (patch) | |
tree | e1e9c8f5f2cab464f9b0c9cf09a329f3c6c6a270 /python/fatcat_tools/harvest/__init__.py | |
parent | ef50d665b31a8cb1b0ddc38671b3334b0fa6fc14 (diff) | |
download | fatcat-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__.py | 2 |
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 |