https://github.com/annotation/text-fabric
Raw File
Tip revision: 5c2af077a89ac93b2cef9cafb2ae6c36e4dd864b authored by Dirk Roorda on 21 November 2018, 12:58:15 UTC
small fixes
Tip revision: 5c2af07
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top