https://github.com/annotation/text-fabric
Raw File
Tip revision: e2ae1dd9e78dd39b5faa0f9c370f62da8a13bbe9 authored by Dirk Roorda on 13 December 2021, 19:07:12 UTC
small improvements to the mod parameter of use()
Tip revision: e2ae1dd
app.py
from tf.app import use

A = use('bhsa', lgc=False, check=True)
back to top