Skip to content

Commit

Permalink
added docstrings to package __init__s
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Sep 5, 2023
1 parent 1167d13 commit 78562a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/roiextractors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Python-based module for extracting from, converting between, and handling recorded and optical imaging data from several file formats."""
# Keeping __version__ accessible only to maintain backcompatability.
# Modern appraoch (Python >= 3.8) is to use importlib
try:
Expand Down
1 change: 1 addition & 0 deletions src/roiextractors/extractors/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""All specialized ImagingExtractors and SegmentationExtractors are defined here."""

0 comments on commit 78562a0

Please sign in to comment.