https://github.com/annotation/text-fabric
Raw File
Tip revision: fda667a9ba3f02a868c55d4606ba64978aa43b71 authored by Dirk Roorda on 16 November 2018, 17:28:11 UTC
fixes
Tip revision: fda667a
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top