Source code for biotaphy

"""Biotaphy base module __init__."""

from . import _version
[docs]__version__ = _version.get_versions()['version']