"""Modern password hashing for Python"""

__version__ = "0.2.1"

from ._hash import PasswordHash

__all__ = ["PasswordHash"]
