from configspec import * from shepherd import PluginInterface, plugin, plugin_function, plugin_hook, plugin_attachment interface = PluginInterface() confspec = ConfigSpecification() confspec.add_spec("spec2", StringSpec(helptext="helping!"))