Moves the index outside of classes

It makes more sense to have a universal index, rather than one per comic.
This commit is contained in:
2025-08-12 13:38:00 -06:00
parent b15913b4ca
commit 4ede8bcaa8
3 changed files with 97 additions and 77 deletions

View File

@@ -14,4 +14,4 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
from comic_download.comic_strip import SequenceException, ImageRepo, Comic, ComicStrip, file_safe_string, get_identifier_string, register_comic_class, find_comic_class
from comic_download.comic_strip import SequenceException, ImageRepo, Comic, ComicStrip, file_safe_string, get_identifier_string, register_comic_class, find_comic_class, read_index, save_index, index_strip, is_strip_present