#!python -u
# PYTHON_ARGCOMPLETE_OK

"""Hashpipe entry point."""

import hashpipe

hashpipe.main()
