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