mirror of
https://github.com/bbenchoff/OrthoRoute.git
synced 2026-01-11 14:01:27 +00:00
4 lines
103 B
Python
4 lines
103 B
Python
"""KiCad plugin presentation layer."""
|
|
from .kicad_plugin import KiCadPlugin
|
|
|
|
__all__ = ['KiCadPlugin'] |