Skip to content

Commit 28dbf69

Browse files
committed
feat: add import for Placeholder from slide_layout in __init__.py
1 parent b64b29a commit 28dbf69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tppt/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
from tppt._pptx.slide import SlideBuilder as SlideBuilder
88
from tppt._pptx.slide_layout import SlideLayout as SlideLayout
99
from tppt._pptx.slide_master import SlideMaster as SlideMaster
10+
from tppt.slide_layout import Placeholder as Placeholder
1011
from tppt.slide_layout import TpptSlideLayout as TpptSlideLayout
1112
from tppt.slide_master import TpptSlideMaster as TpptSlideMaster

0 commit comments

Comments
 (0)