4 lines
81 B
Python
4 lines
81 B
Python
|
|
def classFactory(iface):
|
||
|
|
from .main import Widmung
|
||
|
|
return Widmung(iface)
|