Skip to content

Commit 8bd119b

Browse files
committed
Add __all__ to image_viewer_logic.py
1 parent fdb9742 commit 8bd119b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/astro_image_display_api/image_viewer_logic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
from .interface_definition import ImageViewerInterface
2626

27+
__all__ = ["ImageViewerLogic"]
2728

2829
@dataclass
2930
class CatalogInfo:

0 commit comments

Comments
 (0)