Duncan Tourolle 9862c3124a
All checks were successful
Python CI / test (push) Successful in 38s
migration of application to own repo
2025-11-07 18:47:31 +01:00

12 lines
381 B
Python

"""
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"]