forked from CEN-RA/Plugin_QGIS
7 lines
133 B
Python
7 lines
133 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
def classFactory(iface):
|
|
_ = iface
|
|
from CenRa_COPIE.CenRa_Copie import PgCopie
|
|
return PgCopie()
|