Source code for wsinfer

"""WSInfer is a toolkit for fast patch-based inference on whole slide images."""

from __future__ import annotations

try:
    from ._version import __version__
except ImportError:
[docs] __version__ = "0.0.unknown"