Skip to content

Commit

Permalink
Expose ALGORITHMS_GUARANTEED
Browse files Browse the repository at this point in the history
  • Loading branch information
dlazesz committed Jan 28, 2022
1 parent 0481e3f commit 5248c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mthasher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8, vim: expandtab:ts=4 -*-

from .digest import MtHasher
from .digest import MtHasher, ALGORITHMS_GUARANTEED
from .version import __version__

__all__ = [MtHasher.__name__, __version__]
__all__ = [MtHasher.__name__, ALGORITHMS_GUARANTEED, __version__]

0 comments on commit 5248c27

Please sign in to comment.