7 lines
87 B
Python
7 lines
87 B
Python
|
|
"""PPT 解析器模块"""
|
||
|
|
|
||
|
|
from .ppt_parser import PPTParser
|
||
|
|
|
||
|
|
__all__ = ['PPTParser']
|
||
|
|
|