summaryrefslogtreecommitdiffstats
path: root/src/extension/script/runme.py
blob: 70667606457286504d1f99f44b47cb013dcb2ada (plain)
1
2
3
4
5
6
7
8
import inkscape_py

inkscape = inkscape_py.getInkscape()
desktop  = inkscape.getDesktop()
document = desktop.getDocument()
document.hello()