https://github.com/annotation/text-fabric
Raw File
Tip revision: 52d11ae74373e3aeff998baf73976baae6e43e96 authored by Dirk Roorda on 11 June 2020, 15:11:41 UTC
small fixes and docs
Tip revision: 52d11ae
text-fabric
#!/usr/bin/env python3
from tf.server.start import main

main()
back to top