https://github.com/annotation/text-fabric
Raw File
Tip revision: 513ee9bd998cbd250529a733cfe8c887d4fb1361 authored by Dirk Roorda on 21 June 2023, 19:44:06 UTC
boost for the TF browser
Tip revision: 513ee9b
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top