Files
kicad-action-tools/__init__.py
2020-02-16 08:17:45 +01:00

15 lines
299 B
Python

# 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
from . import Snap2Grid