epub converter: files and classes renaming

This commit is contained in:
shirshasa
2021-09-07 13:41:36 +03:00
parent 4c22438906
commit b4e147d1a1

View File

@@ -5,7 +5,7 @@ from copy import copy
from livecarta_config import LawCartaConfig
class DocxHTML2JSONConverter:
class LibraHTML2JSONConverter:
def __init__(self, content, footnotes, top_level_headers, logger_object, book_api_status=None):
self.content_dict = None
self.content = content