Files
2025-08-28 03:07:33 +07:00

15 lines
321 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 Snap2Grid
from . import checking3Dmodels