from book_maker.loader.epub_loader import EPUBBookLoader BOOK_LOADER_DICT = { "epub": EPUBBookLoader # TODO add more here }