https://github.com/annotation/text-fabric
Raw File
Tip revision: d26f7d4080fc01b813373cf14b4c3a4f3dde7a98 authored by Dirk Roorda on 24 January 2022, 18:15:17 UTC
fix in text-fabric-browser start-up
Tip revision: d26f7d4
app.py
from tf.app import use

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