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