add bt_player
This commit is contained in:
11
kicad_plugins/rf_tools_wizards/__init__.py
Normal file
11
kicad_plugins/rf_tools_wizards/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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 uwArcPrimitive_wizard
|
||||
from . import uwMitered_wizard
|
||||
from . import uwTaper_wizard
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user