https://github.com/annotation/text-fabric
Raw File
Tip revision: e54c4ac947658aebfca664ed337518b6f8d1fbf3 authored by Dirk Roorda on 14 November 2023, 12:49:10 UTC
various
Tip revision: e54c4ac
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top