Improved handling of pagnination.
Python CI / test (push) Failing after 4m8s

This commit is contained in:
2025-06-08 13:29:44 +02:00
parent 80edfcca84
commit 8c35cbf5ce
10 changed files with 934 additions and 517 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from .box import Box
from .page import Container, Page
from .text import Text, RenderableWord, Line
from .text import Text, Line
from .functional import RenderableLink, RenderableButton, RenderableForm, RenderableFormField
from .image import RenderableImage