Skip to content

Commit

Permalink
Merge pull request #7 from davep/master
Browse files Browse the repository at this point in the history
Help convince type checkers and linters that Pixels is "exported"
  • Loading branch information
darrenburns authored Nov 21, 2022
2 parents 58ff756 + 1775c24 commit 6453847
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 6453847

Please sign in to comment.