diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-02 11:29:03 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 23:03:08 -0800 |
commit | 7d1ac51fb1b67f64f03e4c6e943202085cd4faa9 (patch) | |
tree | cd5730517b3d9418315efd6784369c2c67a49913 /python/fatcat_tools/importers/__init__.py | |
parent | 4e332e9037530ebc62836acfa78896dc76700c9c (diff) | |
download | fatcat-7d1ac51fb1b67f64f03e4c6e943202085cd4faa9.tar.gz fatcat-7d1ac51fb1b67f64f03e4c6e943202085cd4faa9.zip |
initial implementation of dblp release importer (in progress)
Diffstat (limited to 'python/fatcat_tools/importers/__init__.py')
-rw-r--r-- | python/fatcat_tools/importers/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_tools/importers/__init__.py b/python/fatcat_tools/importers/__init__.py index d2928d09..a14e2cec 100644 --- a/python/fatcat_tools/importers/__init__.py +++ b/python/fatcat_tools/importers/__init__.py @@ -31,3 +31,4 @@ from .ingest import IngestFileResultImporter, SavePaperNowFileImporter, IngestWe from .shadow import ShadowLibraryImporter from .file_meta import FileMetaImporter from .doaj_article import DoajArticleImporter +from .dblp_release import DblpReleaseImporter |