Migration of application to own repo

This commit is contained in:
2025-11-07 18:47:10 +01:00
commit 2e926ab87a
12 changed files with 3056 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
"""
pyWebLayout-ereader: A complete ebook reader application built with pyWebLayout.
This package provides a high-level, user-friendly ebook reader implementation
with all essential features for building ereader applications.
"""
from pyweblayout_ereader.application import EbookReader, create_ebook_reader
__version__ = "0.1.0"
__all__ = ["EbookReader", "create_ebook_reader"]
File diff suppressed because it is too large Load Diff