Expose the API (first draft for now)

This commit is contained in:
Luke Murphy 2019-07-14 13:13:54 +02:00
parent ab9ff1e396
commit e85c106707
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
"""merkle-tree-stream module."""
from merkle_tree_stream.generator import ( # noqa
MerkleTreeGenerator,
MerkleTreeNode,
)
try:
import pkg_resources
except ImportError: