https://github.com/annotation/text-fabric
Raw File
Tip revision: 4256133f44c8f85228c38e5d3bacc15e1f816ecd authored by Cody Kingham on 13 June 2020, 14:59:14 UTC
Remove duplicate self.TF assignment
Tip revision: 4256133
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top