- Fix ViaStitching to follow change in python API

- Adding the circular zone tools
This commit is contained in:
Jean-Samuel Reynaud
2017-06-26 11:50:45 +02:00
parent 31626d6dcd
commit 35f89092d2
11 changed files with 993 additions and 4 deletions

3
CircularZone/__init__.py Normal file
View File

@ -0,0 +1,3 @@
from .CircularZone import *
CircularZone().register()
print "ici"