https://github.com/annotation/text-fabric
Raw File
Tip revision: 7f6f52f122be704aade6c7e3142980df05748cea authored by Dirk Roorda on 19 November 2018, 21:09:03 UTC
custom sets in TF browser
Tip revision: 7f6f52f
srun.py
from subprocess import run

print('A')
run('python3 hello.py', shell=True)
print('B')
back to top