https://github.com/annotation/text-fabric
Raw File
Tip revision: 8958d94eefc94ecb0e235e45a98f898e35568e6b authored by Dirk Roorda on 30 August 2018, 13:11:17 UTC
fix in syriac transcription
Tip revision: 8958d94
srun.py
from subprocess import run

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