Source code for piel.types.electrical.pcb

from ..connectivity.physical import PhysicalComponent


[docs] class PCB(PhysicalComponent): pass