[scripts] Add koreader test scripts
All checks were successful
build & deploy / test (push) Successful in 1m42s
build & deploy / deploy (push) Has been skipped

This commit is contained in:
2026-03-08 16:57:11 -04:00
parent 8357ce8901
commit e3fb529419
3 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from books.koreader import process_koreader_sqlite_file
process_koreader_sqlite_file("./koreader-test.sqlite3", 1)