Files
periscope/plugins/kicad/__init__.py
T
micheleandCursor aa375349bd Add KiCad cad-bridge JSON and an action plugin for finding focus.
Write pinscope-findings.json from the report, keep symbol uuid and child-sheet on the graph, and let the pcbnew plugin jump to a footprint or show the schematic uuid when IPC focus is unavailable.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-10 22:40:28 +02:00

9 lines
195 B
Python

"""KiCad plugin package. Registers the action when loaded inside pcbnew."""
from __future__ import annotations
try:
from . import pinscope_plugin # noqa: F401
except ImportError:
pass