forked from AG_QGIS/Plugin_SN_Plan41
4 lines
79 B
Python
4 lines
79 B
Python
|
|
def classFactory(iface):
|
||
|
|
from .main import Plan41
|
||
|
|
return Plan41(iface)
|