https://github.com/annotation/text-fabric
Raw File
Tip revision: 8507298e7927f6fddac27714722650e7c7138826 authored by Dirk Roorda on 15 November 2018, 09:23:36 UTC
fixes
Tip revision: 8507298
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top