gzhu-biyesheji/tools/__init__.py
carry ca1505304e fix(tools): 更新 tools/__init__.py 中的导入语句
- 将 from .doc import * 改为 from .document import *
- 这个修改统一了文档处理模块的命名,提高了代码的一致性和可读性
2025-04-15 16:31:55 +08:00

5 lines
155 B
Python

from .parse_markdown import parse_markdown
from .document import *
from .json_example import generate_example_json
from .model import *
from .port import *