https://github.com/annotation/text-fabric
Raw File
Tip revision: 86d0b3e8bba1f33619af8671781de4e018c93538 authored by Dirk Roorda on 12 December 2018, 09:41:55 UTC
bottle replaced by flask
Tip revision: 86d0b3e
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top