https://github.com/annotation/text-fabric
Raw File
Tip revision: e251b1556be35387659f4535f9a71a439677a73b authored by Dirk Roorda on 09 July 2018, 08:23:00 UTC
better help display
Tip revision: e251b15
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top