5 lines
192 B
Python
5 lines
192 B
Python
from .FabOutputs import FabOutputs
|
|
from .AsyOutputs import AsyOutputs
|
|
|
|
FabOutputs().register() # Instantiate and register to Pcbnew
|
|
AsyOutputs().register() # Instantiate and register to Pcbnew |