From 6523ef087ad84a1399f35f45838d32d3b170843b Mon Sep 17 00:00:00 2001 From: "Jorj X. McKie" Date: Sat, 21 Jun 2025 09:01:41 -0400 Subject: [PATCH] Shape class available at top level For type / instance testing, the Shape class should be available at the top level. --- src/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/__init__.py b/src/__init__.py index ae7863dbb..7508f1f1a 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -20978,6 +20978,7 @@ def colors_wx_list(): Page.show_pdf_page = utils.show_pdf_page Page.update_link = utils.update_link Page.write_text = utils.write_text +Shape = utils.Shape from .table import find_tables Page.find_tables = find_tables