move2layer ... initial dialog

This commit is contained in:
easyw
2019-11-03 23:27:45 +01:00
parent 37e0a2a07f
commit f7a1ac44f8
9 changed files with 38 additions and 1880 deletions

11
__init__.py Normal file
View File

@ -0,0 +1,11 @@
# pcbnew loads this folder as a package using import
# thus __init__.py (this file) is executed
# We import the plugin class here and register it to pcbnew
from . import AnnularChecker
from . import FabricationPositions
from . import MoveToLayer
from . import PcbToDxf