Files
kicad-action-scripts/CircularZone/__init__.py
Jean-Samuel Reynaud 35f89092d2 - Fix ViaStitching to follow change in python API
- Adding the circular zone tools
2017-06-26 11:50:45 +02:00

4 lines
66 B
Python

from .CircularZone import *
CircularZone().register()
print "ici"