forked from LiveCarta/BookConverter
Function annotations
This commit is contained in:
@@ -2,7 +2,7 @@ from src.book_solver import BookSolver
|
||||
from src.epub_converter.epub_converter import EpubConverter
|
||||
|
||||
class EpubBook(BookSolver):
|
||||
""" Class of .epub type book - child of BookSolver """
|
||||
"""Class of .epub type book - child of BookSolver"""
|
||||
|
||||
def __init__(self, book_id=0, access=None, main_logger=None):
|
||||
super().__init__(book_id, access, main_logger)
|
||||
|
||||
Reference in New Issue
Block a user