The gramps.gen.plug Module¶
Plugin¶
This module provides the base class for plugins.
- class gramps.gen.plug._plugin.Plugin(name, description, module_name)[source]¶
Bases:
objectThis class serves as a base class for all plugins that can be registered with the plugin manager
- get_description()[source]¶
Get the description of this plugin.
- Returns:
a string that describes the plugin