Files
vrobbler/scripts/test_koreader_import.py
Colin Powell e3fb529419
All checks were successful
build & deploy / test (push) Successful in 1m42s
build & deploy / deploy (push) Has been skipped
[scripts] Add koreader test scripts
2026-03-08 16:57:11 -04:00

7 lines
141 B
Python

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