4 lines
101 B
Python
4 lines
101 B
Python
def classFactory(iface):
|
|
from .plugin import BAPEBridgePlugin
|
|
return BAPEBridgePlugin(iface)
|