Skip to content

Commit 446adad

Browse files
committed
some things are working (see example)
1 parent b941440 commit 446adad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testSikulix4python.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# build the bridge to SikuliX
44
from sikulix4python import *
5+
6+
# reset the state of SikuliX
7+
# only needed, but recommended in main script
58
reset()
69

710
#print(sxClassHelp("Region")); exit()

0 commit comments

Comments
 (0)