Skip to content
Snippets Groups Projects
Commit bb9e86c0 authored by Emmanuel Heriberto Oceguera Conchas's avatar Emmanuel Heriberto Oceguera Conchas
Browse files

classFactoy funtion

parent 2f4a6a52
Branches
No related tags found
No related merge requests found
#the __init__ gives the construction order for the plugin
from .netCDF_visualization import netCDF_viewer
def classFactory(iface):
plugin = netCDF_viewer(iface)
return plugin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment