https://github.com/annotation/text-fabric
Raw File
Tip revision: 5854f2eaa0d61a2994757d3baebbc2840f0d6188 authored by Dirk Roorda on 24 October 2018, 08:36:16 UTC
silent incantations
Tip revision: 5854f2e
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top