add bt_player
This commit is contained in:
9
kicad_plugins/via_fence_generator/__init__.py
Normal file
9
kicad_plugins/via_fence_generator/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# pcbnew loads this folder as a package using import
|
||||
# thus __init__.py (this file) is executed
|
||||
# We import the plugin class here and register it to pcbnew
|
||||
|
||||
from .viafence_action import ViaFenceAction
|
||||
ViaFenceAction().register()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user