7 lines
133 B
Python

# -*- coding: utf-8 -*-
def classFactory(iface):
_ = iface
from CenRa_COPIE.CenRa_Copie import PgCopie
return PgCopie()