LICENSE
README.md
pyproject.toml
src/SegSpy/__init__.py
src/SegSpy/cli.py
src/SegSpy/config.py
src/SegSpy/core.py
src/SegSpy/io.py
src/SegSpy/morphology.py
src/SegSpy/py.typed
src/SegSpy.egg-info/PKG-INFO
src/SegSpy.egg-info/SOURCES.txt
src/SegSpy.egg-info/dependency_links.txt
src/SegSpy.egg-info/entry_points.txt
src/SegSpy.egg-info/requires.txt
src/SegSpy.egg-info/top_level.txt
src/SegSpy/backends/__init__.py
src/SegSpy/backends/base.py
src/SegSpy/backends/registry.py
src/SegSpy/backends/sam.py
src/SegSpy/backends/traditional.py
tests/test_backends_base.py
tests/test_backends_init.py
tests/test_backends_registry.py
tests/test_backends_sam.py
tests/test_backends_traditional.py
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_io.py
tests/test_morphology.py