Initial commit

This commit is contained in:
2026-06-04 17:11:29 +02:00
commit 6e5fcefa42
13 changed files with 520 additions and 0 deletions

3
__init__.py Normal file
View File

@@ -0,0 +1,3 @@
def classFactory(iface):
from .plugin import BAPEBridgePlugin
return BAPEBridgePlugin(iface)