https://github.com/annotation/text-fabric
Raw File
Tip revision: bae3364b5104f3e2d920c3b97996267195ec613d authored by Dirk Roorda on 29 January 2019, 23:20:16 UTC
simpler conversion
Tip revision: bae3364
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top