forked from CEN-RA/Plugin_QGIS
7 lines
129 B
Python
7 lines
129 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
def classFactory(iface):
|
|
_ = iface
|
|
from CenRa_FLUX.CenRa_Flux import PgFlux
|
|
return PgFlux()
|