summaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/transforms/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-07-29 19:27:35 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-07-30 23:45:30 -0700
commit69e281deaf601b39e8ef51d603e3e5e16dc71777 (patch)
tree8e57b02b35b1a87041f607225fae4beba943b450 /python/fatcat_tools/transforms/__init__.py
parent79ebac108ece33e77b53cfd18a370dd728baa702 (diff)
downloadfatcat-69e281deaf601b39e8ef51d603e3e5e16dc71777.tar.gz
fatcat-69e281deaf601b39e8ef51d603e3e5e16dc71777.zip
basic toml transform helper
Diffstat (limited to 'python/fatcat_tools/transforms/__init__.py')
-rw-r--r--python/fatcat_tools/transforms/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/transforms/__init__.py b/python/fatcat_tools/transforms/__init__.py
index 3f4700ff..7cc8f699 100644
--- a/python/fatcat_tools/transforms/__init__.py
+++ b/python/fatcat_tools/transforms/__init__.py
@@ -1,5 +1,5 @@
-from .entities import entity_to_dict, entity_from_json, entity_from_dict
+from .entities import entity_to_dict, entity_from_json, entity_from_dict, entity_from_toml, entity_to_toml
from .elasticsearch import release_to_elasticsearch, container_to_elasticsearch, changelog_to_elasticsearch, file_to_elasticsearch
from .csl import release_to_csl, citeproc_csl
from .ingest import release_ingest_request