adding checking3Dmodels plugin
This commit is contained in:
30
__init__.py
30
__init__.py
@ -1,14 +1,16 @@
|
||||
# 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 AnnularChecker
|
||||
|
||||
from . import FabricationPositions
|
||||
|
||||
from . import MoveToLayer
|
||||
|
||||
from . import PcbToDxf
|
||||
|
||||
from . import Snap2Grid
|
||||
|
||||
# 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 AnnularChecker
|
||||
|
||||
from . import FabricationPositions
|
||||
|
||||
from . import MoveToLayer
|
||||
|
||||
from . import PcbToDxf
|
||||
|
||||
from . import Snap2Grid
|
||||
|
||||
from . import checking3Dmodels
|
||||
|
||||
|
Reference in New Issue
Block a user