Skip to content

Commit

Permalink
Help convince type checkers and linters that Pixels is "exported"
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Nov 21, 2022
1 parent 58ff756 commit 1775c24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rich_pixels/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from rich_pixels._pixel import Pixels

__all__ = [ "Pixels" ]

0 comments on commit 1775c24

Please sign in to comment.