"""
Utility modules for the microscopy object detection application.
from src.utils.image import Image, ImageLoadError
__all__ = ["Image", "ImageLoadError"]