https://github.com/annotation/text-fabric
Raw File
Tip revision: c115e83be29a6e5311cea07ddafe648ba2215263 authored by Dirk Roorda on 23 August 2021, 13:48:15 UTC
bugfixes 73 and 74
Tip revision: c115e83
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top