forked from LiveCarta/BookConverter
Annot.[HTML->Html, _]
This commit is contained in:
@@ -7,11 +7,10 @@ from typing import Union
|
||||
from threading import Event
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
|
||||
from src.util.helpers import BookLogger
|
||||
|
||||
|
||||
class Docx2LibreHTML:
|
||||
class Docx2LibreHtml:
|
||||
def __init__(self, book_id: int = 0, file_path: Union[pathlib.PosixPath, str] = None,
|
||||
access=None, logger: BookLogger = None, libre_locker: Event = None):
|
||||
self.book_id = book_id if book_id != 0 else pathlib.Path(
|
||||
|
||||
Reference in New Issue
Block a user