https://github.com/annotation/text-fabric
Raw File
Tip revision: ea1058137a5cb3195901c117f75853ed275e7529 authored by Dirk Roorda on 18 January 2019, 09:01:15 UTC
small fix
Tip revision: ea10581
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top