migration of application to own repo
Python CI / test (push) Successful in 38s

This commit is contained in:
2025-11-07 18:47:31 +01:00
parent 2e926ab87a
commit 9862c3124a
20 changed files with 2134 additions and 133 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"]