The source code of the Stenway WSV reference library can be found on GitHub
import sys import stenway.wsv from stenway.wsv import * document = WsvDocument.load("Test.wsv") document.save("Test-Resaved.wsv")