Skip to content

Commit

Permalink
export __all__ for convenience.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Nov 4, 2024
1 parent 190da55 commit c3c9429
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wigglecam/connector/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from wigglecam.connector.cameranode import CameraNode
from wigglecam.connector.camerapool import CameraPool

__all__ = [
"CameraNode",
"CameraPool",
]

0 comments on commit c3c9429

Please sign in to comment.