From 6d8988b6c7349e08393f1d51e7b09ea5fef008fd Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 11 Dec 2023 18:21:24 -0500 Subject: bible: add tcgnt --- biblestudy.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'biblestudy.py') diff --git a/biblestudy.py b/biblestudy.py index d1061b1..b3c8a54 100755 --- a/biblestudy.py +++ b/biblestudy.py @@ -8,6 +8,7 @@ from lsv import printlsv from oeb import printoeb from webp import printwebp from bsb import printbsb +from tcgnt import printtcgnt def main(qs): if not qs: @@ -25,6 +26,8 @@ def main(qs): printoeb([passages[0]], False, False) printwebp([passages[0]], False, False) printwebp([passages[0]], False, False, printStrongs=True) + printtcgnt([passages[0]], False, False) + printtcgnt([passages[0]], False, False, printStrongs=True) -- cgit 1.4.1