9 lines
161 B
Python
9 lines
161 B
Python
|
|
"""
|
||
|
|
工具模块
|
||
|
|
"""
|
||
|
|
|
||
|
|
from ppt_station.utils.template_utils import find_shape_by_name, get_slide_layouts
|
||
|
|
|
||
|
|
__all__ = ["find_shape_by_name", "get_slide_layouts"]
|
||
|
|
|