Files
periscope/plugins/kicad/__init__.py
T
micheleandCursor 8d2b85600f Rebrand Pinscope to Periscope across product and codebase.
Rename the core package to periscopex, update UI/docs/Docker/deploy defaults to periscope.michelebigi.it, and keep legacy version/storage key aliases so existing projects keep working.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-13 20:02:04 +02:00

9 lines
196 B
Python

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