https://github.com/annotation/text-fabric
Raw File
Tip revision: f47b2f85e5f7ac4616dad48f30ed073c868164fa authored by Dirk Roorda on 08 May 2023, 08:56:17 UTC
test with numpy
Tip revision: f47b2f8
app.py
from tf.app import use

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