https://github.com/annotation/text-fabric
Raw File
Tip revision: fe8d5aa765aa6d8cd6f4e1b30d8e4d1f7c452e31 authored by Dirk Roorda on 10 December 2018, 18:23:01 UTC
small fixes
Tip revision: fe8d5aa
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top