Add File
This commit is contained in:
12
src/summeryanyfile/generators/__init__.py
Normal file
12
src/summeryanyfile/generators/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
"""
|
||||||
|
生成器模块 - 包含PPT生成器和处理链
|
||||||
|
"""
|
||||||
|
|
||||||
|
from .chains import ChainManager
|
||||||
|
|
||||||
|
# Note: PPTOutlineGenerator is not imported here to avoid langgraph dependency issues
|
||||||
|
# Import it directly when needed: from summeryanyfile.generators.ppt_generator import PPTOutlineGenerator
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"ChainManager",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user