Files
Willem Oldemans af7f7a44d1 v10
2026-06-12 09:49:05 +02:00

15 lines
347 B
Python
Executable File

# 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 rf_tools_wizards
from . import round_tracks
from . import trace_solder_expander
from . import tracks_length
from . import via_fence_generator
from . import trace_clearance