diff --git a/rich_pixels/__init__.py b/rich_pixels/__init__.py index 95bf8c6..652f14d 100644 --- a/rich_pixels/__init__.py +++ b/rich_pixels/__init__.py @@ -1 +1,3 @@ from rich_pixels._pixel import Pixels + +__all__ = [ "Pixels" ]