https://github.com/annotation/text-fabric
Raw File
Tip revision: 4a89e11c7b70d75b9c0bda842524484310273163 authored by Dirk Roorda on 14 March 2019, 11:45:43 UTC
small fixes
Tip revision: 4a89e11
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top