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
+4 -1
View File
@@ -12,7 +12,10 @@ Usage:
import sys
from pathlib import Path
from pyweblayout_ereader import EbookReader
# Add parent directory to path to import pyWebLayout
sys.path.insert(0, str(Path(__file__).parent.parent))
from dreader.application import EbookReader
def main():