https://github.com/annotation/text-fabric
Raw File
Tip revision: 6f483c3ab13cd3ec58d8be789bbacdce8d19a2d3 authored by Dirk Roorda on 10 September 2020, 07:53:43 UTC
addition in walker; improved error messages for missing data modules
Tip revision: 6f483c3
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top