- Set created modules as virtual
- PEP8 syntax fixes - Add __init__.py to use this extention in a directory
This commit is contained in:
4
ViaStitching/__init__.py
Normal file
4
ViaStitching/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
# Two way of installation of this plugin:
|
||||
# - Copy or link this directory to KiCad plugin directory (~/.kicad_plugin/ViaStitching/)
|
||||
# - Copy files to ~/.kicad_plugin except __init__.py...
|
||||
from FillAreaAction import *
|
Reference in New Issue
Block a user