https://github.com/annotation/text-fabric
Raw File
Tip revision: a5a507a8980bb6cfaa7beabc9074e92360ba7217 authored by Dirk Roorda on 04 October 2018, 14:39:38 UTC
sensible export from TF browser
Tip revision: a5a507a
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top