Skip to content

Commit 22925c3

Browse files
committed
📝 add class docstring for PageOptions
1 parent 540d000 commit 22925c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mindee/input/page_options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66

77
class PageOptions(NamedTuple):
8+
"""Options to pass to the `parse` method for cutting multipage documents."""
9+
810
page_indexes: Sequence[int]
911
"""
1012
Zero-based list of page indexes.

0 commit comments

Comments
 (0)