Migration of application to own repo
This commit is contained in:
@@ -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
Reference in New Issue
Block a user