# -*- coding: utf-8 -*- def classFactory(iface): _ = iface from CenRa_FLUX.CenRa_Flux import PgFlux return PgFlux()