https://github.com/annotation/text-fabric
Raw File
Tip revision: b943bc5a27342d8ec42e0b63e1e257e8e8b607c5 authored by Dirk Roorda on 03 May 2023, 08:52:37 UTC
fix of a stupid bug
Tip revision: b943bc5
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top