Skip to content

Commit

Permalink
Make imports easier
Browse files Browse the repository at this point in the history
Former-commit-id: 1843193
  • Loading branch information
mkazmier committed Feb 12, 2021
1 parent 97b00ad commit ed7918c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imgtools/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .import io, ops, segmentation, utils, pipeline

__all__ = ["io", "ops", "segmentation", "utils", "pipeline"]

0 comments on commit ed7918c

Please sign in to comment.