Add impress examples, format the import

This commit is contained in:
Timothyxxx
2024-01-30 03:25:27 +08:00
parent 20f48759fd
commit cb7643713e
6 changed files with 257 additions and 47 deletions

View File

@@ -2,6 +2,7 @@ import logging
import os
import re
import xml.etree.ElementTree as ET
import zipfile
from typing import List, Dict, Any
from docx import Document
@@ -10,7 +11,6 @@ from docx.shared import RGBColor
from odf.opendocument import load
from odf.text import P
from odf.text import Span
import zipfile
logger = logging.getLogger("desktopenv.metric.docs")