Skip to content

Commit d990d7c

Browse files
committed
Shape class available at top level
For type / instance testing, the Shape class should be available at the top level.
1 parent 78b39c1 commit d990d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20978,6 +20978,7 @@ def colors_wx_list():
2097820978
Page.show_pdf_page = utils.show_pdf_page
2097920979
Page.update_link = utils.update_link
2098020980
Page.write_text = utils.write_text
20981+
Shape = utils.Shape
2098120982
from .table import find_tables
2098220983

2098320984
Page.find_tables = find_tables

0 commit comments

Comments
 (0)