Source code for segmenter_model_zoo

# -*- coding: utf-8 -*-

"""Top-level package for segmenter_model_zoo."""

__author__ = "Jianxu Chen"
__email__ = "jianxuc@alleninstitute.org"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "0.1.0"


[docs]def get_module_version(): return __version__