https://github.com/annotation/text-fabric
Raw File
Tip revision: 90fb3bd81b3dd7487e33b6820807c696bb6d37a0 authored by Dirk Roorda on 08 February 2024, 14:17:54 UTC
new WATM export method
Tip revision: 90fb3bd
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top