# -*- coding: utf-8 -*- """Annotation-related operators (e.g. YOLO detection).""" from . import image_object_detection_bounding_box from . import test_annotation_marker __all__ = [ "image_object_detection_bounding_box", "test_annotation_marker", ]