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