forked from AG_QGIS/Plugin_SN_Verfahrensgebiet
4 lines
99 B
Python
4 lines
99 B
Python
|
|
def classFactory(iface):
|
||
|
|
from .main import Verfahrensgebiet
|
||
|
|
return Verfahrensgebiet(iface)
|