https://github.com/annotation/text-fabric
Raw File
Tip revision: 65f250cc5fb3de453d176be5fd18a7a9c8af6a7b authored by Dirk Roorda on 17 December 2018, 14:56:03 UTC
included templates in package:
Tip revision: 65f250c
hello.py
from time import sleep
print('hello from a subprocess')
sleep(60)
back to top