"""GUI widgets for the microscopy object detection application.""" from src.gui.widgets.image_display_widget import ImageDisplayWidget __all__ = ["ImageDisplayWidget"]