https://github.com/annotation/text-fabric
Raw File
Tip revision: 9b5489d44ce13e92ff6257c97cfa1666613049dc authored by Dirk Roorda on 03 July 2019, 10:59:03 UTC
fixed multiple click events in TF browser
Tip revision: 9b5489d
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top