https://github.com/annotation/text-fabric
Raw File
Tip revision: 90d242d3f7afeb1041c98f7c7c60be9b85c1cf1d authored by Dirk Roorda on 19 June 2018, 00:26:05 UTC
New minor release 5.0.2
Tip revision: 90d242d
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top