""" 工具模块 """ from ppt_station.utils.template_utils import find_shape_by_name, get_slide_layouts __all__ = ["find_shape_by_name", "get_slide_layouts"]