https://github.com/annotation/text-fabric
Raw File
Tip revision: 7290a9b0f97013d45bcb3d933b8d81d4ef7f2648 authored by Dirk Roorda on 07 January 2019, 18:05:34 UTC
small fix
Tip revision: 7290a9b
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top