Skip to content

Commit

Permalink
Correctly export module contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Tonsen committed Oct 18, 2024
1 parent a53b4fb commit 8bf890b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pupil_labs/video_simple/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from .reader import Reader
from .writer import Writer
from .video_frame import VideoFrame, PixelFormat

__all__: list[str] = ["Reader", "Writer", "VideoFrame", "PixelFormat"]

0 comments on commit 8bf890b

Please sign in to comment.