ivus-segmentation / deepivus /gui /__init__.py
Aditya2162's picture
Upload folder using huggingface_hub
1d197a4 verified
"""GUI helpers for annotation inspection and editing."""
from .annotation_editor import launch_annotation_editor
__all__ = ["launch_annotation_editor"]