Files
ComicDownload/comic_download/__init__.py
Markil 3 a35ca0dcab Adds a comic format registry
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
2025-07-30 14:40:00 -06:00

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