There is the limitation that you still need to manually import all modules that register a new comic format, but this does give us a lot of flexibility
3 lines
198 B
Python
3 lines
198 B
Python
# Copyright (c) 2025 Markil 3
|
|
from comic_download.comic_strip import SequenceException, ImageRepo, Comic, ComicStrip, file_safe_string, get_identifier_string, register_comic_class, find_comic_class
|