https://github.com/annotation/text-fabric
Raw File
Tip revision: 63b63841dad123283aba68d8c9afca203f26bb51 authored by Dirk Roorda on 30 May 2020, 07:01:33 UTC
small fixes
Tip revision: 63b6384
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top