7 lines
133 B
Python

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