epub converter: fix module paths

This commit is contained in:
shirshasa
2021-09-09 12:42:19 +03:00
parent c361a0b9a5
commit e3a4c14256
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
from epub_converter import EpubConverter
from src.solver import BookSolver
from solver import BookSolver
class EpubBook(BookSolver):