Skip to content

Commit 8f78315

Browse files
committed
Export paginator
1 parent b55bc14 commit 8f78315

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

miru/ext/nav/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"IndicatorButton",
2222
"StopButton",
2323
"NavigatorView",
24+
"Paginator",
2425
)
2526

2627
# MIT License

miru/ext/nav/utils/paginator.py

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

33
import typing as t
44

5+
__all__ = ("Paginator",)
6+
57

68
class Paginator:
79
"""A paginator that can be used to paginate long strings to ensure a consistent character count per page.

0 commit comments

Comments
 (0)