epub converter: separate BookLogger, BookStatusWrapper

This commit is contained in:
shirshasa
2021-09-07 15:19:21 +03:00
parent 3c7e54622a
commit 786d9e3a48
5 changed files with 91 additions and 89 deletions

View File

@@ -18,7 +18,8 @@ from html_epub_preprocessor import unwrap_structural_tags, get_tags_between_chap
update_src_links_in_images, preprocess_footnotes
from css_reader import clean_css, add_inline_style_to_html_soup
from livecarta_config import LawCartaConfig, BookLogger
from livecarta_config import LawCartaConfig
from util.helpers import BookLogger
class EpubConverter: