https://github.com/annotation/text-fabric
Raw File
Tip revision: ea7f4c45accbad81e8b4829effb5024f0ce7ed2f authored by Dirk Roorda on 29 August 2022, 09:54:27 UTC
code meta harvest
Tip revision: ea7f4c4
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top