First Commit.

This commit is contained in:
Michael Otto
2025-11-17 10:06:13 +01:00
commit 9d6493aaee
10 changed files with 524 additions and 0 deletions

3
__init__.py Normal file
View File

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