Add local convert

This commit is contained in:
Kiryl
2021-09-22 15:59:49 +03:00
parent c361a0b9a5
commit 331b70316b
3 changed files with 14 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ from threading import Event
from bs4 import BeautifulSoup
from html_docx_preprocessor import HTMLDocxPreprocessor
from libra_html2json_converter import LibraHTML2JSONConverter
from src.solver import BookSolver
from src.book_solver import BookSolver
class DocxBook(BookSolver):