https://github.com/annotation/text-fabric
Raw File
Tip revision: c1ccd4a4dc451e94a789f138576576c5d7f13474 authored by Dirk Roorda on 22 June 2022, 10:59:32 UTC
bugfix in tf browser
Tip revision: c1ccd4a
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top