1 2 3 4 5 6 7 8
import inkscape_py inkscape = inkscape_py.getInkscape() desktop = inkscape.getDesktop() document = desktop.getDocument() document.hello()