add bt_player
This commit is contained in:
14
kicad_plugins/__init__.py
Normal file
14
kicad_plugins/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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 . import rf_tools_wizards
|
||||
|
||||
from . import round_tracks
|
||||
|
||||
from . import trace_solder_expander
|
||||
from . import tracks_length
|
||||
|
||||
from . import via_fence_generator
|
||||
|
||||
from . import trace_clearance
|
||||
Reference in New Issue
Block a user