Skip to content

Commit

Permalink
populate init
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Mar 4, 2024
1 parent 6418f44 commit 8c08ace
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plantcv/annotate/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from plantcv.annotate.classes import Points

__all__ = [
"Points"
]

0 comments on commit 8c08ace

Please sign in to comment.