add test data
Some checks failed
Python CI / test (push) Has been cancelled

This commit is contained in:
Duncan Tourolle 2025-11-07 19:01:46 +01:00
parent 9862c3124a
commit 68b3570040
3 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ This package provides a high-level, user-friendly ebook reader implementation
with all essential features for building ereader applications. with all essential features for building ereader applications.
""" """
from pyweblayout_ereader.application import EbookReader, create_ebook_reader from dreader.application import EbookReader, create_ebook_reader
__version__ = "0.1.0" __version__ = "0.1.0"
__all__ = ["EbookReader", "create_ebook_reader"] __all__ = ["EbookReader", "create_ebook_reader"]

BIN
tests/data/sample_image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

BIN
tests/data/test.epub Normal file

Binary file not shown.