https://github.com/annotation/text-fabric
Raw File
Tip revision: e43ae3cc1c7c4c34ba5b6bff2b6707c04b2c2f5e authored by Dirk Roorda on 05 July 2023, 14:23:19 UTC
fix
Tip revision: e43ae3c
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top